Html Css Color HEX #1C417C Dark Cerulean

📋 copy color: '#1C417C'

red 28 ◦ green 65 ◦ blue 124

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

Shades of Dark Cerulean #1C417C

Tints of Dark Cerulean #1C417C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.95%

 BLUE value IS 124 (48.83% from 255) = 57.14%

R = 12.9%
G = 29.95%
B = 57.14%

CMYK

 C value IS 0.77

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1C417C (or 0x1C417C) is known color: Dark Cerulean. HEX triplet: 1C, 41 and 7C. RGB value is (28,65,124). Sum of RGB (Red+Green+Blue) = 28+65+124=217 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.90% from 217); Green value is 65 (25.78% from 255 or 29.95% from 217); Blue value is 124 (48.83% from 255 or 57.14% from 217); Max value from RGB is 124 - color contains mainly: blue. Hex color #1C417C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C417C is #E3BE83. Grayscale: #3C3C3C. Windows color (decimal): -14925444 or 8143132. OLE color: 8143132.

HSL color Cylindrical-coordinate representation of color #1C417C: hue angle of 216.88º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C417C is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 28 65 124 -
CMYK 0.77 0.48 0 0.51
HSL 216.88º 0.63% 0.3% -
HSV(B) 216.88º 0.77% 0.49% -
XYZ 6.01 5.48 19.81 -
YUV 60.66 163.74 104.7 -
System Red Green Blue C M Y K H S L
Decimal 28 65 124 0.77 0.48 0 0.51 216.88 0.63 0.3
Hex 1C 41 7C 4D 30 0 33 D9 3F 1E
Octal 34 101 174 115 60 0 63 331 77 36
Binary 11100 1000001 1111100 1001101 110000 0 110011 11011001 111111 11110

Color Harmonies of #1C417C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C417C

Black with #1C417C

Text Example


Text Example

White with #1C417C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,65,124); }

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

background-color css

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

 a { background-color: rgb(28,65,124); }

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

border-color css

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

 span { border-color: rgb(28,65,124); }

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