Html Css Color HEX #1C3F89 Dark Cerulean

📋 copy color: '#1C3F89'

red 28 ◦ green 63 ◦ blue 137

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

Shades of Dark Cerulean #1C3F89

Tints of Dark Cerulean #1C3F89

RGB

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

 GREEN value IS 63 (25% from 255) = 27.63%

 BLUE value IS 137 (53.91% from 255) = 60.09%

R = 12.28%
G = 27.63%
B = 60.09%

CMYK

 C value IS 0.80

 M value IS 0.54

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1C3F89 (or 0x1C3F89) is known color: Dark Cerulean. HEX triplet: 1C, 3F and 89. RGB value is (28,63,137). Sum of RGB (Red+Green+Blue) = 28+63+137=228 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.28% from 228); Green value is 63 (25% from 255 or 27.63% from 228); Blue value is 137 (53.91% from 255 or 60.09% from 228); Max value from RGB is 137 - color contains mainly: blue. Hex color #1C3F89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C3F89 is #E3C076. Grayscale: #3C3C3C. Windows color (decimal): -14925943 or 8994588. OLE color: 8994588.

HSL color Cylindrical-coordinate representation of color #1C3F89: hue angle of 220.73º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C3F89 is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 28 63 137 -
CMYK 0.80 0.54 0 0.46
HSL 220.73º 0.66% 0.32% -
HSV(B) 220.73º 0.8% 0.54% -
XYZ 6.77 5.61 24.39 -
YUV 60.97 170.9 104.48 -
System Red Green Blue C M Y K H S L
Decimal 28 63 137 0.80 0.54 0 0.46 220.73 0.66 0.32
Hex 1C 3F 89 50 36 0 2E DD 42 20
Octal 34 77 211 120 66 0 56 335 102 40
Binary 11100 111111 10001001 1010000 110110 0 101110 11011101 1000010 100000

Color Harmonies of #1C3F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3F89

Black with #1C3F89

Text Example


Text Example

White with #1C3F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,63,137); }

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

background-color css

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

 a { background-color: rgb(28,63,137); }

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

border-color css

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

 span { border-color: rgb(28,63,137); }

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