Html Css Color HEX #164CC0 Cerulean Blue

📋 copy color: '#164CC0'

red 22 ◦ green 76 ◦ blue 192

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

Shades of Cerulean Blue #164CC0

Tints of Cerulean Blue #164CC0

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.21%

 BLUE value IS 192 (75.39% from 255) = 66.21%

R = 7.59%
G = 26.21%
B = 66.21%

CMYK

 C value IS 0.89

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#164CC0 (or 0x164CC0) is known color: Cerulean Blue. HEX triplet: 16, 4C and C0. RGB value is (22,76,192). Sum of RGB (Red+Green+Blue) = 22+76+192=290 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.59% from 290); Green value is 76 (30.08% from 255 or 26.21% from 290); Blue value is 192 (75.39% from 255 or 66.21% from 290); Max value from RGB is 192 - color contains mainly: blue. Hex color #164CC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #164CC0 is #E9B33F. Grayscale: #484848. Windows color (decimal): -15315776 or 12602390. OLE color: 12602390.

HSL color Cylindrical-coordinate representation of color #164CC0: hue angle of 220.94º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #164CC0 is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 22 76 192 -
CMYK 0.89 0.60 0 0.25
HSL 220.94º 0.79% 0.42% -
HSV(B) 220.94º 0.89% 0.75% -
XYZ 12.43 9.15 50.98 -
YUV 73.08 195.11 91.57 -
System Red Green Blue C M Y K H S L
Decimal 22 76 192 0.89 0.60 0 0.25 220.94 0.79 0.42
Hex 16 4C C0 59 3C 0 19 DD 4F 2A
Octal 26 114 300 131 74 0 31 335 117 52
Binary 10110 1001100 11000000 1011001 111100 0 11001 11011101 1001111 101010

Color Harmonies of #164CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164CC0

Black with #164CC0

Text Example


Text Example

White with #164CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,76,192); }

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

background-color css

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

 a { background-color: rgb(22,76,192); }

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

border-color css

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

 span { border-color: rgb(22,76,192); }

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