Html Css Color HEX #164E75 Dark Cerulean

📋 copy color: '#164E75'

red 22 ◦ green 78 ◦ blue 117

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

Shades of Dark Cerulean #164E75

Tints of Dark Cerulean #164E75

RGB

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

 GREEN value IS 78 (30.86% from 255) = 35.94%

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

R = 10.14%
G = 35.94%
B = 53.92%

CMYK

 C value IS 0.81

 M value IS 0.33

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#164E75 (or 0x164E75) is known color: Dark Cerulean. HEX triplet: 16, 4E and 75. RGB value is (22,78,117). Sum of RGB (Red+Green+Blue) = 22+78+117=217 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.14% from 217); Green value is 78 (30.86% from 255 or 35.94% from 217); Blue value is 117 (46.09% from 255 or 53.92% from 217); Max value from RGB is 117 - color contains mainly: blue. Hex color #164E75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #164E75 is #E9B18A. Grayscale: #414141. Windows color (decimal): -15315339 or 7687702. OLE color: 7687702.

HSL color Cylindrical-coordinate representation of color #164E75: hue angle of 204.63º 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 #164E75 is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 22 78 117 -
CMYK 0.81 0.33 0 0.54
HSL 204.63º 0.68% 0.27% -
HSV(B) 204.63º 0.81% 0.46% -
XYZ 6.27 6.9 17.83 -
YUV 65.7 156.95 96.83 -
System Red Green Blue C M Y K H S L
Decimal 22 78 117 0.81 0.33 0 0.54 204.63 0.68 0.27
Hex 16 4E 75 51 21 0 36 CD 44 1B
Octal 26 116 165 121 41 0 66 315 104 33
Binary 10110 1001110 1110101 1010001 100001 0 110110 11001101 1000100 11011

Color Harmonies of #164E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164E75

Black with #164E75

Text Example


Text Example

White with #164E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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