Html Css Color HEX #164277 Dark Cerulean

📋 copy color: '#164277'

red 22 ◦ green 66 ◦ blue 119

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

Shades of Dark Cerulean #164277

Tints of Dark Cerulean #164277

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.88%

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

R = 10.63%
G = 31.88%
B = 57.49%

CMYK

 C value IS 0.82

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#164277 (or 0x164277) is known color: Dark Cerulean. HEX triplet: 16, 42 and 77. RGB value is (22,66,119). Sum of RGB (Red+Green+Blue) = 22+66+119=207 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.63% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 119 (46.88% from 255 or 57.49% from 207); Max value from RGB is 119 - color contains mainly: blue. Hex color #164277 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164277 is #E9BD88. Grayscale: #3A3A3A. Windows color (decimal): -15318409 or 7815702. OLE color: 7815702.

HSL color Cylindrical-coordinate representation of color #164277: hue angle of 212.78º 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 #164277 is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 22 66 119 -
CMYK 0.82 0.45 0 0.53
HSL 212.78º 0.69% 0.28% -
HSV(B) 212.78º 0.82% 0.47% -
XYZ 5.61 5.4 18.2 -
YUV 58.89 161.92 101.69 -
System Red Green Blue C M Y K H S L
Decimal 22 66 119 0.82 0.45 0 0.53 212.78 0.69 0.28
Hex 16 42 77 52 2D 0 35 D5 45 1C
Octal 26 102 167 122 55 0 65 325 105 34
Binary 10110 1000010 1110111 1010010 101101 0 110101 11010101 1000101 11100

Color Harmonies of #164277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164277

Black with #164277

Text Example


Text Example

White with #164277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164277; }

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

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

background-color css

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

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

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

border-color css

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

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

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