Html Css Color HEX #164CBF Cerulean Blue

📋 copy color: '#164CBF'

red 22 ◦ green 76 ◦ blue 191

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

Shades of Cerulean Blue #164CBF

Tints of Cerulean Blue #164CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 66.09%

R = 7.61%
G = 26.3%
B = 66.09%

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

#164CBF (or 0x164CBF) is known color: Cerulean Blue. HEX triplet: 16, 4C and BF. RGB value is (22,76,191). Sum of RGB (Red+Green+Blue) = 22+76+191=289 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.61% from 289); Green value is 76 (30.08% from 255 or 26.30% from 289); Blue value is 191 (75% from 255 or 66.09% from 289); Max value from RGB is 191 - color contains mainly: blue. Hex color #164CBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #164CBF is #E9B340. Grayscale: #484848. Windows color (decimal): -15315777 or 12536854. OLE color: 12536854.

HSL color Cylindrical-coordinate representation of color #164CBF: hue angle of 220.83º 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 #164CBF is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 22 76 191 -
CMYK 0.88 0.60 0 0.25
HSL 220.83º 0.79% 0.42% -
HSV(B) 220.83º 0.88% 0.75% -
XYZ 12.32 9.1 50.4 -
YUV 72.96 194.61 91.65 -
System Red Green Blue C M Y K H S L
Decimal 22 76 191 0.88 0.60 0 0.25 220.83 0.79 0.42
Hex 16 4C BF 58 3C 0 19 DD 4F 2A
Octal 26 114 277 130 74 0 31 335 117 52
Binary 10110 1001100 10111111 1011000 111100 0 11001 11011101 1001111 101010

Color Harmonies of #164CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164CBF

Black with #164CBF

Text Example


Text Example

White with #164CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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