Html Css Color HEX #164580 Dark Cerulean

📋 copy color: '#164580'

red 22 ◦ green 69 ◦ blue 128

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

Shades of Dark Cerulean #164580

Tints of Dark Cerulean #164580

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.51%

 BLUE value IS 128 (50.39% from 255) = 58.45%

R = 10.05%
G = 31.51%
B = 58.45%

CMYK

 C value IS 0.83

 M value IS 0.46

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#164580 (or 0x164580) is known color: Dark Cerulean. HEX triplet: 16, 45 and 80. RGB value is (22,69,128). Sum of RGB (Red+Green+Blue) = 22+69+128=219 (29% of max value = 765). Red value is 22 (8.98% from 255 or 10.05% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 128 (50.39% from 255 or 58.45% from 219); Max value from RGB is 128 - color contains mainly: blue. Hex color #164580 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164580 is #E9BA7F. Grayscale: #3D3D3D. Windows color (decimal): -15317632 or 8406294. OLE color: 8406294.

HSL color Cylindrical-coordinate representation of color #164580: hue angle of 213.4º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #164580 is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 22 69 128 -
CMYK 0.83 0.46 0 0.50
HSL 213.4º 0.71% 0.29% -
HSV(B) 213.4º 0.83% 0.5% -
XYZ 6.36 5.99 21.24 -
YUV 61.67 165.43 99.7 -
System Red Green Blue C M Y K H S L
Decimal 22 69 128 0.83 0.46 0 0.50 213.4 0.71 0.29
Hex 16 45 80 53 2E 0 32 D5 47 1D
Octal 26 105 200 123 56 0 62 325 107 35
Binary 10110 1000101 10000000 1010011 101110 0 110010 11010101 1000111 11101

Color Harmonies of #164580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164580

Black with #164580

Text Example


Text Example

White with #164580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164580; }

 p { color: rgb(22,69,128); }

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

background-color css

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

 a { background-color: rgb(22,69,128); }

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

border-color css

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

 span { border-color: rgb(22,69,128); }

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