Html Css Color HEX #1C4173 Dark Cerulean

📋 copy color: '#1C4173'

red 28 ◦ green 65 ◦ blue 115

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

Shades of Dark Cerulean #1C4173

Tints of Dark Cerulean #1C4173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 55.29%

R = 13.46%
G = 31.25%
B = 55.29%

CMYK

 C value IS 0.76

 M value IS 0.43

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1C4173 (or 0x1C4173) is known color: Dark Cerulean. HEX triplet: 1C, 41 and 73. RGB value is (28,65,115). Sum of RGB (Red+Green+Blue) = 28+65+115=208 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.46% from 208); Green value is 65 (25.78% from 255 or 31.25% from 208); Blue value is 115 (45.31% from 255 or 55.29% from 208); Max value from RGB is 115 - color contains mainly: blue. Hex color #1C4173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4173 is #E3BE8C. Grayscale: #3B3B3B. Windows color (decimal): -14925453 or 7553308. OLE color: 7553308.

HSL color Cylindrical-coordinate representation of color #1C4173: hue angle of 214.48º 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 #1C4173 is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 28 65 115 -
CMYK 0.76 0.43 0 0.55
HSL 214.48º 0.61% 0.28% -
HSV(B) 214.48º 0.76% 0.45% -
XYZ 5.46 5.27 16.95 -
YUV 59.64 159.24 105.43 -
System Red Green Blue C M Y K H S L
Decimal 28 65 115 0.76 0.43 0 0.55 214.48 0.61 0.28
Hex 1C 41 73 4C 2B 0 37 D6 3D 1C
Octal 34 101 163 114 53 0 67 326 75 34
Binary 11100 1000001 1110011 1001100 101011 0 110111 11010110 111101 11100

Color Harmonies of #1C4173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4173

Black with #1C4173

Text Example


Text Example

White with #1C4173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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