Html Css Color HEX #0164AB Cerulean

📋 copy color: '#0164AB'

red 1 ◦ green 100 ◦ blue 171

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

Shades of Cerulean #0164AB

Tints of Cerulean #0164AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 62.87%

R = 0.37%
G = 36.76%
B = 62.87%

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

#0164AB (or 0x0164AB) is known color: Cerulean. HEX triplet: 01, 64 and AB. RGB value is (1,100,171). Sum of RGB (Red+Green+Blue) = 1+100+171=272 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 272); Green value is 100 (39.45% from 255 or 36.76% from 272); Blue value is 171 (67.19% from 255 or 62.87% from 272); Max value from RGB is 171 - color contains mainly: blue. Hex color #0164AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0164AB is #FE9B54. Grayscale: #4E4E4E. Windows color (decimal): -16685909 or 11232257. OLE color: 11232257.

HSL color Cylindrical-coordinate representation of color #0164AB: hue angle of 205.06º 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 #0164AB is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 100 171 -
CMYK 0.99 0.42 0 0.33
HSL 205.06º 0.99% 0.34% -
HSV(B) 205.06º 0.99% 0.67% -
XYZ 11.92 12.06 40.23 -
YUV 78.49 180.2 72.73 -
System Red Green Blue C M Y K H S L
Decimal 1 100 171 0.99 0.42 0 0.33 205.06 0.99 0.34
Hex 1 64 AB 63 2A 0 21 CD 63 22
Octal 1 144 253 143 52 0 41 315 143 42
Binary 1 1100100 10101011 1100011 101010 0 100001 11001101 1100011 100010

Color Harmonies of #0164AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0164AB

Black with #0164AB

Text Example


Text Example

White with #0164AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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