Html Css Color HEX #164BBB Cerulean Blue

📋 copy color: '#164BBB'

red 22 ◦ green 75 ◦ blue 187

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

Shades of Cerulean Blue #164BBB

Tints of Cerulean Blue #164BBB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.41%

 BLUE value IS 187 (73.44% from 255) = 65.85%

R = 7.75%
G = 26.41%
B = 65.85%

CMYK

 C value IS 0.88

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#164BBB (or 0x164BBB) is known color: Cerulean Blue. HEX triplet: 16, 4B and BB. RGB value is (22,75,187). Sum of RGB (Red+Green+Blue) = 22+75+187=284 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.75% from 284); Green value is 75 (29.69% from 255 or 26.41% from 284); Blue value is 187 (73.44% from 255 or 65.85% from 284); Max value from RGB is 187 - color contains mainly: blue. Hex color #164BBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #164BBB is #E9B444. Grayscale: #474747. Windows color (decimal): -15316037 or 12274454. OLE color: 12274454.

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

Color convert

RGB 22 75 187 -
CMYK 0.88 0.60 0 0.27
HSL 220.73º 0.79% 0.41% -
HSV(B) 220.73º 0.88% 0.73% -
XYZ 11.82 8.79 48.09 -
YUV 71.92 192.94 92.39 -
System Red Green Blue C M Y K H S L
Decimal 22 75 187 0.88 0.60 0 0.27 220.73 0.79 0.41
Hex 16 4B BB 58 3C 0 1B DD 4F 29
Octal 26 113 273 130 74 0 33 335 117 51
Binary 10110 1001011 10111011 1011000 111100 0 11011 11011101 1001111 101001

Color Harmonies of #164BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164BBB

Black with #164BBB

Text Example


Text Example

White with #164BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,75,187); }

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

background-color css

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

 a { background-color: rgb(22,75,187); }

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

border-color css

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

 span { border-color: rgb(22,75,187); }

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