Html Css Color HEX #164389 Dark Cerulean

📋 copy color: '#164389'

red 22 ◦ green 67 ◦ blue 137

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

Shades of Dark Cerulean #164389

Tints of Dark Cerulean #164389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 60.62%

R = 9.73%
G = 29.65%
B = 60.62%

CMYK

 C value IS 0.84

 M value IS 0.51

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#164389 (or 0x164389) is known color: Dark Cerulean. HEX triplet: 16, 43 and 89. RGB value is (22,67,137). Sum of RGB (Red+Green+Blue) = 22+67+137=226 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.73% from 226); Green value is 67 (26.56% from 255 or 29.65% from 226); Blue value is 137 (53.91% from 255 or 60.62% from 226); Max value from RGB is 137 - color contains mainly: blue. Hex color #164389 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164389 is #E9BC76. Grayscale: #3D3D3D. Windows color (decimal): -15318135 or 8995606. OLE color: 8995606.

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

Color convert

RGB 22 67 137 -
CMYK 0.84 0.51 0 0.46
HSL 216.52º 0.72% 0.31% -
HSV(B) 216.52º 0.84% 0.54% -
XYZ 6.85 5.99 24.46 -
YUV 61.53 170.59 99.81 -
System Red Green Blue C M Y K H S L
Decimal 22 67 137 0.84 0.51 0 0.46 216.52 0.72 0.31
Hex 16 43 89 54 33 0 2E D9 48 1F
Octal 26 103 211 124 63 0 56 331 110 37
Binary 10110 1000011 10001001 1010100 110011 0 101110 11011001 1001000 11111

Color Harmonies of #164389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164389

Black with #164389

Text Example


Text Example

White with #164389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164389; }

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

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

background-color css

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

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

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

border-color css

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

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

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