Html Css Color HEX #0164AC Cerulean

📋 copy color: '#0164AC'

red 1 ◦ green 100 ◦ blue 172

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

Shades of Cerulean #0164AC

Tints of Cerulean #0164AC

RGB

 RED value IS 1 (0.78% from 255) = 0.37%

 GREEN value IS 100 (39.45% from 255) = 36.63%

 BLUE value IS 172 (67.58% from 255) = 63%

R = 0.37%
G = 36.63%
B = 63%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0164AC (or 0x0164AC) is known color: Cerulean. HEX triplet: 01, 64 and AC. RGB value is (1,100,172). Sum of RGB (Red+Green+Blue) = 1+100+172=273 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 273); Green value is 100 (39.45% from 255 or 36.63% from 273); Blue value is 172 (67.58% from 255 or 63.00% from 273); Max value from RGB is 172 - color contains mainly: blue. Hex color #0164AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0164AC is #FE9B53. Grayscale: #4E4E4E. Windows color (decimal): -16685908 or 11297793. OLE color: 11297793.

HSL color Cylindrical-coordinate representation of color #0164AC: hue angle of 205.26º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0164AC is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 100 172 -
CMYK 0.99 0.42 0 0.33
HSL 205.26º 0.99% 0.34% -
HSV(B) 205.26º 0.99% 0.67% -
XYZ 12.02 12.1 40.73 -
YUV 78.61 180.7 72.65 -
System Red Green Blue C M Y K H S L
Decimal 1 100 172 0.99 0.42 0 0.33 205.26 0.99 0.34
Hex 1 64 AC 63 2A 0 21 CD 63 22
Octal 1 144 254 143 52 0 41 315 143 42
Binary 1 1100100 10101100 1100011 101010 0 100001 11001101 1100011 100010

Color Harmonies of #0164AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0164AC

Black with #0164AC

Text Example


Text Example

White with #0164AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0164AC; }

 p { color: rgb(1,100,172); }

 H1.HeaderClassName
 {
   color: #0164AC;
 }
 .AnyTagClassName
 {
   color: #0164AC;
 }
</style>

background-color css

<style>
 a { background-color: #0164AC; }

 a { background-color: rgb(1,100,172); }

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

border-color css

<style>
 span { border-color: #0164AC; }

 span { border-color: rgb(1,100,172); }

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