Html Css Color HEX #017AA0 Cerulean

📋 copy color: '#017AA0'

red 1 ◦ green 122 ◦ blue 160

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

Shades of Cerulean #017AA0

Tints of Cerulean #017AA0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 43.11%

 BLUE value IS 160 (62.89% from 255) = 56.54%

R = 0.35%
G = 43.11%
B = 56.54%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#017AA0 (or 0x017AA0) is known color: Cerulean. HEX triplet: 01, 7A and A0. RGB value is (1,122,160). Sum of RGB (Red+Green+Blue) = 1+122+160=283 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 283); Green value is 122 (48.05% from 255 or 43.11% from 283); Blue value is 160 (62.89% from 255 or 56.54% from 283); Max value from RGB is 160 - color contains mainly: blue. Hex color #017AA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017AA0 is #FE855F. Grayscale: #595959. Windows color (decimal): -16680288 or 10516993. OLE color: 10516993.

HSL color Cylindrical-coordinate representation of color #017AA0: hue angle of 194.34º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017AA0 is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 1 122 160 -
CMYK 0.99 0.24 0 0.37
HSL 194.34º 0.99% 0.32% -
HSV(B) 194.34º 0.99% 0.63% -
XYZ 13.32 16.46 35.73 -
YUV 90.15 167.41 64.41 -
System Red Green Blue C M Y K H S L
Decimal 1 122 160 0.99 0.24 0 0.37 194.34 0.99 0.32
Hex 1 7A A0 63 18 0 25 C2 63 20
Octal 1 172 240 143 30 0 45 302 143 40
Binary 1 1111010 10100000 1100011 11000 0 100101 11000010 1100011 100000

Color Harmonies of #017AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017AA0

Black with #017AA0

Text Example


Text Example

White with #017AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017AA0; }

 p { color: rgb(1,122,160); }

 H1.HeaderClassName
 {
   color: #017AA0;
 }
 .AnyTagClassName
 {
   color: #017AA0;
 }
</style>

background-color css

<style>
 a { background-color: #017AA0; }

 a { background-color: rgb(1,122,160); }

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

border-color css

<style>
 span { border-color: #017AA0; }

 span { border-color: rgb(1,122,160); }

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