Html Css Color HEX #1C4174 Dark Cerulean

📋 copy color: '#1C4174'

red 28 ◦ green 65 ◦ blue 116

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

Shades of Dark Cerulean #1C4174

Tints of Dark Cerulean #1C4174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 55.5%

R = 13.4%
G = 31.1%
B = 55.5%

CMYK

 C value IS 0.76

 M value IS 0.44

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1C4174 (or 0x1C4174) is known color: Dark Cerulean. HEX triplet: 1C, 41 and 74. RGB value is (28,65,116). Sum of RGB (Red+Green+Blue) = 28+65+116=209 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.40% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 116 (45.70% from 255 or 55.50% from 209); Max value from RGB is 116 - color contains mainly: blue. Hex color #1C4174 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4174 is #E3BE8B. Grayscale: #3B3B3B. Windows color (decimal): -14925452 or 7618844. OLE color: 7618844.

HSL color Cylindrical-coordinate representation of color #1C4174: hue angle of 214.77º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C4174 is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 28 65 116 -
CMYK 0.76 0.44 0 0.55
HSL 214.77º 0.61% 0.28% -
HSV(B) 214.77º 0.76% 0.45% -
XYZ 5.52 5.29 17.25 -
YUV 59.75 159.74 105.35 -
System Red Green Blue C M Y K H S L
Decimal 28 65 116 0.76 0.44 0 0.55 214.77 0.61 0.28
Hex 1C 41 74 4C 2C 0 37 D7 3D 1C
Octal 34 101 164 114 54 0 67 327 75 34
Binary 11100 1000001 1110100 1001100 101100 0 110111 11010111 111101 11100

Color Harmonies of #1C4174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4174

Black with #1C4174

Text Example


Text Example

White with #1C4174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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