Html Css Color HEX #164CC1 Cerulean Blue

📋 copy color: '#164CC1'

red 22 ◦ green 76 ◦ blue 193

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

Shades of Cerulean Blue #164CC1

Tints of Cerulean Blue #164CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 66.32%

R = 7.56%
G = 26.12%
B = 66.32%

CMYK

 C value IS 0.89

 M value IS 0.61

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#164CC1 (or 0x164CC1) is known color: Cerulean Blue. HEX triplet: 16, 4C and C1. RGB value is (22,76,193). Sum of RGB (Red+Green+Blue) = 22+76+193=291 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.56% from 291); Green value is 76 (30.08% from 255 or 26.12% from 291); Blue value is 193 (75.78% from 255 or 66.32% from 291); Max value from RGB is 193 - color contains mainly: blue. Hex color #164CC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #164CC1 is #E9B33E. Grayscale: #484848. Windows color (decimal): -15315775 or 12667926. OLE color: 12667926.

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

Color convert

RGB 22 76 193 -
CMYK 0.89 0.61 0 0.24
HSL 221.05º 0.8% 0.42% -
HSV(B) 221.05º 0.89% 0.76% -
XYZ 12.54 9.19 51.56 -
YUV 73.19 195.61 91.49 -
System Red Green Blue C M Y K H S L
Decimal 22 76 193 0.89 0.61 0 0.24 221.05 0.8 0.42
Hex 16 4C C1 59 3D 0 18 DD 50 2A
Octal 26 114 301 131 75 0 30 335 120 52
Binary 10110 1001100 11000001 1011001 111101 0 11000 11011101 1010000 101010

Color Harmonies of #164CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164CC1

Black with #164CC1

Text Example


Text Example

White with #164CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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