Html Css Color HEX #164BBD Cerulean Blue

📋 copy color: '#164BBD'

red 22 ◦ green 75 ◦ blue 189

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

Shades of Cerulean Blue #164BBD

Tints of Cerulean Blue #164BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 66.08%

R = 7.69%
G = 26.22%
B = 66.08%

CMYK

 C value IS 0.88

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#164BBD (or 0x164BBD) is known color: Cerulean Blue. HEX triplet: 16, 4B and BD. RGB value is (22,75,189). Sum of RGB (Red+Green+Blue) = 22+75+189=286 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.69% from 286); Green value is 75 (29.69% from 255 or 26.22% from 286); Blue value is 189 (74.22% from 255 or 66.08% from 286); Max value from RGB is 189 - color contains mainly: blue. Hex color #164BBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #164BBD is #E9B442. Grayscale: #474747. Windows color (decimal): -15316035 or 12405526. OLE color: 12405526.

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

Color convert

RGB 22 75 189 -
CMYK 0.88 0.60 0 0.26
HSL 220.96º 0.79% 0.41% -
HSV(B) 220.96º 0.88% 0.74% -
XYZ 12.03 8.88 49.22 -
YUV 72.15 193.94 92.23 -
System Red Green Blue C M Y K H S L
Decimal 22 75 189 0.88 0.60 0 0.26 220.96 0.79 0.41
Hex 16 4B BD 58 3C 0 1A DD 4F 29
Octal 26 113 275 130 74 0 32 335 117 51
Binary 10110 1001011 10111101 1011000 111100 0 11010 11011101 1001111 101001

Color Harmonies of #164BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164BBD

Black with #164BBD

Text Example


Text Example

White with #164BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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