Html Css Color HEX #164085 Dark Cerulean

📋 copy color: '#164085'

red 22 ◦ green 64 ◦ blue 133

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

Shades of Dark Cerulean #164085

Tints of Dark Cerulean #164085

RGB

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

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

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

R = 10.05%
G = 29.22%
B = 60.73%

CMYK

 C value IS 0.83

 M value IS 0.52

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#164085 (or 0x164085) is known color: Dark Cerulean. HEX triplet: 16, 40 and 85. RGB value is (22,64,133). Sum of RGB (Red+Green+Blue) = 22+64+133=219 (29% of max value = 765). Red value is 22 (8.98% from 255 or 10.05% from 219); Green value is 64 (25.39% from 255 or 29.22% from 219); Blue value is 133 (52.34% from 255 or 60.73% from 219); Max value from RGB is 133 - color contains mainly: blue. Hex color #164085 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164085 is #E9BF7A. Grayscale: #3A3A3A. Windows color (decimal): -15318907 or 8732694. OLE color: 8732694.

HSL color Cylindrical-coordinate representation of color #164085: hue angle of 217.3º 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 #164085 is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 22 64 133 -
CMYK 0.83 0.52 0 0.48
HSL 217.3º 0.72% 0.3% -
HSV(B) 217.3º 0.83% 0.52% -
XYZ 6.4 5.53 22.92 -
YUV 59.31 169.59 101.39 -
System Red Green Blue C M Y K H S L
Decimal 22 64 133 0.83 0.52 0 0.48 217.3 0.72 0.3
Hex 16 40 85 53 34 0 30 D9 48 1E
Octal 26 100 205 123 64 0 60 331 110 36
Binary 10110 1000000 10000101 1010011 110100 0 110000 11011001 1001000 11110

Color Harmonies of #164085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164085

Black with #164085

Text Example


Text Example

White with #164085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164085; }

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

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

background-color css

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

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

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

border-color css

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

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

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