Html Css Color HEX #164087 Dark Cerulean

📋 copy color: '#164087'

red 22 ◦ green 64 ◦ blue 135

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

Shades of Dark Cerulean #164087

Tints of Dark Cerulean #164087

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.96%

 BLUE value IS 135 (53.13% from 255) = 61.09%

R = 9.95%
G = 28.96%
B = 61.09%

CMYK

 C value IS 0.84

 M value IS 0.53

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#164087 (or 0x164087) is known color: Dark Cerulean. HEX triplet: 16, 40 and 87. RGB value is (22,64,135). Sum of RGB (Red+Green+Blue) = 22+64+135=221 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.95% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 135 (53.12% from 255 or 61.09% from 221); Max value from RGB is 135 - color contains mainly: blue. Hex color #164087 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164087 is #E9BF78. Grayscale: #3B3B3B. Windows color (decimal): -15318905 or 8863766. OLE color: 8863766.

HSL color Cylindrical-coordinate representation of color #164087: hue angle of 217.7º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #164087 is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 22 64 135 -
CMYK 0.84 0.53 0 0.47
HSL 217.7º 0.72% 0.31% -
HSV(B) 217.7º 0.84% 0.53% -
XYZ 6.54 5.59 23.66 -
YUV 59.54 170.59 101.23 -
System Red Green Blue C M Y K H S L
Decimal 22 64 135 0.84 0.53 0 0.47 217.7 0.72 0.31
Hex 16 40 87 54 35 0 2F DA 48 1F
Octal 26 100 207 124 65 0 57 332 110 37
Binary 10110 1000000 10000111 1010100 110101 0 101111 11011010 1001000 11111

Color Harmonies of #164087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164087

Black with #164087

Text Example


Text Example

White with #164087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164087; }

 p { color: rgb(22,64,135); }

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

background-color css

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

 a { background-color: rgb(22,64,135); }

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

border-color css

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

 span { border-color: rgb(22,64,135); }

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