Html Css Color HEX #164E7C Dark Cerulean

📋 copy color: '#164E7C'

red 22 ◦ green 78 ◦ blue 124

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

Shades of Dark Cerulean #164E7C

Tints of Dark Cerulean #164E7C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 34.82%

 BLUE value IS 124 (48.83% from 255) = 55.36%

R = 9.82%
G = 34.82%
B = 55.36%

CMYK

 C value IS 0.82

 M value IS 0.37

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#164E7C (or 0x164E7C) is known color: Dark Cerulean. HEX triplet: 16, 4E and 7C. RGB value is (22,78,124). Sum of RGB (Red+Green+Blue) = 22+78+124=224 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.82% from 224); Green value is 78 (30.86% from 255 or 34.82% from 224); Blue value is 124 (48.83% from 255 or 55.36% from 224); Max value from RGB is 124 - color contains mainly: blue. Hex color #164E7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #164E7C is #E9B183. Grayscale: #424242. Windows color (decimal): -15315332 or 8146454. OLE color: 8146454.

HSL color Cylindrical-coordinate representation of color #164E7C: hue angle of 207.06º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #164E7C is Cyan = 0.82, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 22 78 124 -
CMYK 0.82 0.37 0 0.51
HSL 207.06º 0.7% 0.29% -
HSV(B) 207.06º 0.82% 0.49% -
XYZ 6.69 7.07 20.08 -
YUV 66.5 160.45 96.26 -
System Red Green Blue C M Y K H S L
Decimal 22 78 124 0.82 0.37 0 0.51 207.06 0.7 0.29
Hex 16 4E 7C 52 25 0 33 CF 46 1D
Octal 26 116 174 122 45 0 63 317 106 35
Binary 10110 1001110 1111100 1010010 100101 0 110011 11001111 1000110 11101

Color Harmonies of #164E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164E7C

Black with #164E7C

Text Example


Text Example

White with #164E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,78,124); }

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

background-color css

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

 a { background-color: rgb(22,78,124); }

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

border-color css

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

 span { border-color: rgb(22,78,124); }

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