Html Css Color HEX #164D85 Dark Cerulean

📋 copy color: '#164D85'

red 22 ◦ green 77 ◦ blue 133

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

Shades of Dark Cerulean #164D85

Tints of Dark Cerulean #164D85

RGB

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

 GREEN value IS 77 (30.47% from 255) = 33.19%

 BLUE value IS 133 (52.34% from 255) = 57.33%

R = 9.48%
G = 33.19%
B = 57.33%

CMYK

 C value IS 0.83

 M value IS 0.42

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#164D85 (or 0x164D85) is known color: Dark Cerulean. HEX triplet: 16, 4D and 85. RGB value is (22,77,133). Sum of RGB (Red+Green+Blue) = 22+77+133=232 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.48% from 232); Green value is 77 (30.47% from 255 or 33.19% from 232); Blue value is 133 (52.34% from 255 or 57.33% from 232); Max value from RGB is 133 - color contains mainly: blue. Hex color #164D85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #164D85 is #E9B27A. Grayscale: #424242. Windows color (decimal): -15315579 or 8736022. OLE color: 8736022.

HSL color Cylindrical-coordinate representation of color #164D85: hue angle of 210.27º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #164D85 is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 22 77 133 -
CMYK 0.83 0.42 0 0.48
HSL 210.27º 0.72% 0.3% -
HSV(B) 210.27º 0.83% 0.52% -
XYZ 7.22 7.17 23.19 -
YUV 66.94 165.28 95.95 -
System Red Green Blue C M Y K H S L
Decimal 22 77 133 0.83 0.42 0 0.48 210.27 0.72 0.3
Hex 16 4D 85 53 2A 0 30 D2 48 1E
Octal 26 115 205 123 52 0 60 322 110 36
Binary 10110 1001101 10000101 1010011 101010 0 110000 11010010 1001000 11110

Color Harmonies of #164D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164D85

Black with #164D85

Text Example


Text Example

White with #164D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,77,133); }

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

background-color css

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

 a { background-color: rgb(22,77,133); }

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

border-color css

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

 span { border-color: rgb(22,77,133); }

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