Html Css Color HEX #164EC4 Cerulean Blue

📋 copy color: '#164EC4'

red 22 ◦ green 78 ◦ blue 196

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

Shades of Cerulean Blue #164EC4

Tints of Cerulean Blue #164EC4

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.35%

 BLUE value IS 196 (76.95% from 255) = 66.22%

R = 7.43%
G = 26.35%
B = 66.22%

CMYK

 C value IS 0.89

 M value IS 0.60

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#164EC4 (or 0x164EC4) is known color: Cerulean Blue. HEX triplet: 16, 4E and C4. RGB value is (22,78,196). Sum of RGB (Red+Green+Blue) = 22+78+196=296 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.43% from 296); Green value is 78 (30.86% from 255 or 26.35% from 296); Blue value is 196 (76.95% from 255 or 66.22% from 296); Max value from RGB is 196 - color contains mainly: blue. Hex color #164EC4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #164EC4 is #E9B13B. Grayscale: #4A4A4A. Windows color (decimal): -15315260 or 12865046. OLE color: 12865046.

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

Color convert

RGB 22 78 196 -
CMYK 0.89 0.60 0 0.23
HSL 220.69º 0.8% 0.43% -
HSV(B) 220.69º 0.89% 0.77% -
XYZ 13.02 9.6 53.39 -
YUV 74.71 196.45 90.41 -
System Red Green Blue C M Y K H S L
Decimal 22 78 196 0.89 0.60 0 0.23 220.69 0.8 0.43
Hex 16 4E C4 59 3C 0 17 DD 50 2B
Octal 26 116 304 131 74 0 27 335 120 53
Binary 10110 1001110 11000100 1011001 111100 0 10111 11011101 1010000 101011

Color Harmonies of #164EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164EC4

Black with #164EC4

Text Example


Text Example

White with #164EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,78,196); }

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

background-color css

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

 a { background-color: rgb(22,78,196); }

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

border-color css

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

 span { border-color: rgb(22,78,196); }

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