Html Css Color HEX #164DC6 Cerulean Blue

📋 copy color: '#164DC6'

red 22 ◦ green 77 ◦ blue 198

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

Shades of Cerulean Blue #164DC6

Tints of Cerulean Blue #164DC6

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.93%

 BLUE value IS 198 (77.73% from 255) = 66.67%

R = 7.41%
G = 25.93%
B = 66.67%

CMYK

 C value IS 0.89

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#164DC6 (or 0x164DC6) is known color: Cerulean Blue. HEX triplet: 16, 4D and C6. RGB value is (22,77,198). Sum of RGB (Red+Green+Blue) = 22+77+198=297 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.41% from 297); Green value is 77 (30.47% from 255 or 25.93% from 297); Blue value is 198 (77.73% from 255 or 66.67% from 297); Max value from RGB is 198 - color contains mainly: blue. Hex color #164DC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #164DC6 is #E9B239. Grayscale: #494949. Windows color (decimal): -15315514 or 12995862. OLE color: 12995862.

HSL color Cylindrical-coordinate representation of color #164DC6: hue angle of 221.25º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #164DC6 is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 22 77 198 -
CMYK 0.89 0.61 0 0.22
HSL 221.25º 0.8% 0.43% -
HSV(B) 221.25º 0.89% 0.78% -
XYZ 13.18 9.56 54.58 -
YUV 74.35 197.78 90.66 -
System Red Green Blue C M Y K H S L
Decimal 22 77 198 0.89 0.61 0 0.22 221.25 0.8 0.43
Hex 16 4D C6 59 3D 0 16 DD 50 2B
Octal 26 115 306 131 75 0 26 335 120 53
Binary 10110 1001101 11000110 1011001 111101 0 10110 11011101 1010000 101011

Color Harmonies of #164DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164DC6

Black with #164DC6

Text Example


Text Example

White with #164DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,77,198); }

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

background-color css

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

 a { background-color: rgb(22,77,198); }

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

border-color css

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

 span { border-color: rgb(22,77,198); }

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