Html Css Color HEX #1C2DAE Persian Blue

📋 copy color: '#1C2DAE'

red 28 ◦ green 45 ◦ blue 174

#1C2DAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #1C2DAE

Tints of Persian Blue #1C2DAE

RGB

 RED value IS 28 (11.33% from 255) = 11.34%

 GREEN value IS 45 (17.97% from 255) = 18.22%

 BLUE value IS 174 (68.36% from 255) = 70.45%

R = 11.34%
G = 18.22%
B = 70.45%

CMYK

 C value IS 0.84

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1C2DAE (or 0x1C2DAE) is known color: Persian Blue. HEX triplet: 1C, 2D and AE. RGB value is (28,45,174). Sum of RGB (Red+Green+Blue) = 28+45+174=247 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.34% from 247); Green value is 45 (17.97% from 255 or 18.22% from 247); Blue value is 174 (68.36% from 255 or 70.45% from 247); Max value from RGB is 174 - color contains mainly: blue. Hex color #1C2DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C2DAE is #E3D251. Grayscale: #363636. Windows color (decimal): -14930514 or 11414812. OLE color: 11414812.

HSL color Cylindrical-coordinate representation of color #1C2DAE: hue angle of 233.01º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C2DAE is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 28 45 174 -
CMYK 0.84 0.74 0 0.32
HSL 233.01º 0.72% 0.4% -
HSV(B) 233.01º 0.84% 0.68% -
XYZ 9.06 5.18 40.57 -
YUV 54.62 195.37 109.01 -
System Red Green Blue C M Y K H S L
Decimal 28 45 174 0.84 0.74 0 0.32 233.01 0.72 0.4
Hex 1C 2D AE 54 4A 0 20 E9 48 28
Octal 34 55 256 124 112 0 40 351 110 50
Binary 11100 101101 10101110 1010100 1001010 0 100000 11101001 1001000 101000

Color Harmonies of #1C2DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2DAE

Black with #1C2DAE

Text Example


Text Example

White with #1C2DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,45,174); }

 H1.HeaderClassName
 {
   color: #1C2DAE;
 }
 .AnyTagClassName
 {
   color: #1C2DAE;
 }
</style>

background-color css

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

 a { background-color: rgb(28,45,174); }

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

border-color css

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

 span { border-color: rgb(28,45,174); }

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