Html Css Color HEX #164377 Dark Cerulean

📋 copy color: '#164377'

red 22 ◦ green 67 ◦ blue 119

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

Shades of Dark Cerulean #164377

Tints of Dark Cerulean #164377

RGB

 RED value IS 22 (8.98% from 255) = 10.58%

 GREEN value IS 67 (26.56% from 255) = 32.21%

 BLUE value IS 119 (46.88% from 255) = 57.21%

R = 10.58%
G = 32.21%
B = 57.21%

CMYK

 C value IS 0.82

 M value IS 0.44

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#164377 (or 0x164377) is known color: Dark Cerulean. HEX triplet: 16, 43 and 77. RGB value is (22,67,119). Sum of RGB (Red+Green+Blue) = 22+67+119=208 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.58% from 208); Green value is 67 (26.56% from 255 or 32.21% from 208); Blue value is 119 (46.88% from 255 or 57.21% from 208); Max value from RGB is 119 - color contains mainly: blue. Hex color #164377 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164377 is #E9BC88. Grayscale: #3B3B3B. Windows color (decimal): -15318153 or 7815958. OLE color: 7815958.

HSL color Cylindrical-coordinate representation of color #164377: hue angle of 212.16º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #164377 is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 22 67 119 -
CMYK 0.82 0.44 0 0.53
HSL 212.16º 0.69% 0.28% -
HSV(B) 212.16º 0.82% 0.47% -
XYZ 5.67 5.52 18.22 -
YUV 59.47 161.59 101.27 -
System Red Green Blue C M Y K H S L
Decimal 22 67 119 0.82 0.44 0 0.53 212.16 0.69 0.28
Hex 16 43 77 52 2C 0 35 D4 45 1C
Octal 26 103 167 122 54 0 65 324 105 34
Binary 10110 1000011 1110111 1010010 101100 0 110101 11010100 1000101 11100

Color Harmonies of #164377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164377

Black with #164377

Text Example


Text Example

White with #164377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164377; }

 p { color: rgb(22,67,119); }

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

background-color css

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

 a { background-color: rgb(22,67,119); }

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

border-color css

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

 span { border-color: rgb(22,67,119); }

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