Html Css Color HEX #164CBE Cerulean Blue

📋 copy color: '#164CBE'

red 22 ◦ green 76 ◦ blue 190

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

Shades of Cerulean Blue #164CBE

Tints of Cerulean Blue #164CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 65.97%

R = 7.64%
G = 26.39%
B = 65.97%

CMYK

 C value IS 0.88

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#164CBE (or 0x164CBE) is known color: Cerulean Blue. HEX triplet: 16, 4C and BE. RGB value is (22,76,190). Sum of RGB (Red+Green+Blue) = 22+76+190=288 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.64% from 288); Green value is 76 (30.08% from 255 or 26.39% from 288); Blue value is 190 (74.61% from 255 or 65.97% from 288); Max value from RGB is 190 - color contains mainly: blue. Hex color #164CBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #164CBE is #E9B341. Grayscale: #484848. Windows color (decimal): -15315778 or 12471318. OLE color: 12471318.

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

Color convert

RGB 22 76 190 -
CMYK 0.88 0.60 0 0.25
HSL 220.71º 0.79% 0.42% -
HSV(B) 220.71º 0.88% 0.75% -
XYZ 12.21 9.06 49.82 -
YUV 72.85 194.11 91.73 -
System Red Green Blue C M Y K H S L
Decimal 22 76 190 0.88 0.60 0 0.25 220.71 0.79 0.42
Hex 16 4C BE 58 3C 0 19 DD 4F 2A
Octal 26 114 276 130 74 0 31 335 117 52
Binary 10110 1001100 10111110 1011000 111100 0 11001 11011101 1001111 101010

Color Harmonies of #164CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164CBE

Black with #164CBE

Text Example


Text Example

White with #164CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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