#1D27C4

Color #1D27C4 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #1D27C4

Tints of Persian Blue #1D27C4

Color information

#1D27C4 (or 0x1D27C4) is unknown color: approx Persian Blue. HEX triplet: 1D, 27 and C4. RGB value is (29,39,196). Sum of RGB (Red+Green+Blue) = 29+39+196=264 (34% of max value = 765). Red value is 29 (11.72% from 255 or 10.98% from 264); Green value is 39 (15.62% from 255 or 14.77% from 264); Blue value is 196 (76.95% from 255 or 74.24% from 264); Max value from RGB is 196 - color contains mainly: blue. Hex color #1D27C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D27C4 is #E2D83B. Grayscale: #353535. Windows color (decimal): -14866492 or 12855069. OLE color: 12855069.

HSL color Cylindrical-coordinate representation of color #1D27C4: hue angle of 236.41º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D27C4 is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB2939196-
CMYK0.850.8000.23
HSL236.41º74.22%44.12%-
HSV(B)236.41º85.2%76.86%-
XYZ11.25.752.73-
YUV53.91208.19110.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 29 (11.72% from 255) = 10.98%
GREEN value IS 39 (15.62% from 255) = 14.77%
BLUE value IS 196 (76.95% from 255) = 74.24%
R=10.98%
G=14.77%
B=74.24%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal29391960.850.8000.23236.4174.2244.12
Hex1D27C45550017ec4a2c
Octal354730412512002735411254
Binary111011001111100010010101011010000010111111011001001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D27C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D27C4; }

 p { color: rgb(29,39,196); }

 H1.HeaderClassName
 {
   color: #1D27C4;
 }
 .AnyTagClassName
 {
   color: #1D27C4;
 }
</style>
background-color css

<style>
 a { background-color: #1D27C4; }

 a { background-color: rgb(29,39,196); }

 div.DivClassName
 {
   background-color: #1D27C4;
 }
 .BgClassName
 {
   background-color: #1D27C4;
 }
</style>
border-color css

<style>
 span { border-color: #1D27C4; }

 span { border-color: rgb(29,39,196); }

 td.TdClassName
 {
   border-color: #1D27C4;
 }
 .TagClassName
 {
   border-color: #1D27C4;
 }
</style>