Html Css Color HEX #1C4079 Dark Cerulean

📋 copy color: '#1C4079'

red 28 ◦ green 64 ◦ blue 121

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

Shades of Dark Cerulean #1C4079

Tints of Dark Cerulean #1C4079

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.05%

 BLUE value IS 121 (47.66% from 255) = 56.81%

R = 13.15%
G = 30.05%
B = 56.81%

CMYK

 C value IS 0.77

 M value IS 0.47

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1C4079 (or 0x1C4079) is known color: Dark Cerulean. HEX triplet: 1C, 40 and 79. RGB value is (28,64,121). Sum of RGB (Red+Green+Blue) = 28+64+121=213 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.15% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 121 (47.66% from 255 or 56.81% from 213); Max value from RGB is 121 - color contains mainly: blue. Hex color #1C4079 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4079 is #E3BF86. Grayscale: #3B3B3B. Windows color (decimal): -14925703 or 7946268. OLE color: 7946268.

HSL color Cylindrical-coordinate representation of color #1C4079: hue angle of 216.77º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C4079 is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 28 64 121 -
CMYK 0.77 0.47 0 0.53
HSL 216.77º 0.62% 0.29% -
HSV(B) 216.77º 0.77% 0.47% -
XYZ 5.76 5.29 18.81 -
YUV 59.73 162.57 105.37 -
System Red Green Blue C M Y K H S L
Decimal 28 64 121 0.77 0.47 0 0.53 216.77 0.62 0.29
Hex 1C 40 79 4D 2F 0 35 D9 3E 1D
Octal 34 100 171 115 57 0 65 331 76 35
Binary 11100 1000000 1111001 1001101 101111 0 110101 11011001 111110 11101

Color Harmonies of #1C4079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4079

Black with #1C4079

Text Example


Text Example

White with #1C4079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,64,121); }

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

background-color css

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

 a { background-color: rgb(28,64,121); }

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

border-color css

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

 span { border-color: rgb(28,64,121); }

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