Html Css Color HEX #0164AA Cerulean

📋 copy color: '#0164AA'

red 1 ◦ green 100 ◦ blue 170

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

Shades of Cerulean #0164AA

Tints of Cerulean #0164AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 62.73%

R = 0.37%
G = 36.9%
B = 62.73%

CMYK

 C value IS 0.99

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0164AA (or 0x0164AA) is known color: Cerulean. HEX triplet: 01, 64 and AA. RGB value is (1,100,170). Sum of RGB (Red+Green+Blue) = 1+100+170=271 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 271); Green value is 100 (39.45% from 255 or 36.90% from 271); Blue value is 170 (66.80% from 255 or 62.73% from 271); Max value from RGB is 170 - color contains mainly: blue. Hex color #0164AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0164AA is #FE9B55. Grayscale: #4E4E4E. Windows color (decimal): -16685910 or 11166721. OLE color: 11166721.

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

Color convert

RGB 1 100 170 -
CMYK 0.99 0.41 0 0.33
HSL 204.85º 0.99% 0.34% -
HSV(B) 204.85º 0.99% 0.67% -
XYZ 11.83 12.02 39.73 -
YUV 78.38 179.7 72.81 -
System Red Green Blue C M Y K H S L
Decimal 1 100 170 0.99 0.41 0 0.33 204.85 0.99 0.34
Hex 1 64 AA 63 29 0 21 CD 63 22
Octal 1 144 252 143 51 0 41 315 143 42
Binary 1 1100100 10101010 1100011 101001 0 100001 11001101 1100011 100010

Color Harmonies of #0164AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0164AA

Black with #0164AA

Text Example


Text Example

White with #0164AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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