Html Css Color HEX #164675 Dark Cerulean

📋 copy color: '#164675'

red 22 ◦ green 70 ◦ blue 117

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

Shades of Dark Cerulean #164675

Tints of Dark Cerulean #164675

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.49%

 BLUE value IS 117 (46.09% from 255) = 55.98%

R = 10.53%
G = 33.49%
B = 55.98%

CMYK

 C value IS 0.81

 M value IS 0.40

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#164675 (or 0x164675) is known color: Dark Cerulean. HEX triplet: 16, 46 and 75. RGB value is (22,70,117). Sum of RGB (Red+Green+Blue) = 22+70+117=209 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.53% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 117 (46.09% from 255 or 55.98% from 209); Max value from RGB is 117 - color contains mainly: blue. Hex color #164675 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164675 is #E9B98A. Grayscale: #3C3C3C. Windows color (decimal): -15317387 or 7685654. OLE color: 7685654.

HSL color Cylindrical-coordinate representation of color #164675: hue angle of 209.68º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #164675 is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 22 70 117 -
CMYK 0.81 0.40 0 0.54
HSL 209.68º 0.68% 0.27% -
HSV(B) 209.68º 0.81% 0.46% -
XYZ 5.73 5.84 17.65 -
YUV 61.01 159.6 100.18 -
System Red Green Blue C M Y K H S L
Decimal 22 70 117 0.81 0.40 0 0.54 209.68 0.68 0.27
Hex 16 46 75 51 28 0 36 D2 44 1B
Octal 26 106 165 121 50 0 66 322 104 33
Binary 10110 1000110 1110101 1010001 101000 0 110110 11010010 1000100 11011

Color Harmonies of #164675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164675

Black with #164675

Text Example


Text Example

White with #164675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164675; }

 p { color: rgb(22,70,117); }

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

background-color css

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

 a { background-color: rgb(22,70,117); }

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

border-color css

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

 span { border-color: rgb(22,70,117); }

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