Html Css Color HEX #017BA0 Cerulean

📋 copy color: '#017BA0'

red 1 ◦ green 123 ◦ blue 160

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

Shades of Cerulean #017BA0

Tints of Cerulean #017BA0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 43.31%

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

R = 0.35%
G = 43.31%
B = 56.34%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#017BA0 (or 0x017BA0) is known color: Cerulean. HEX triplet: 01, 7B and A0. RGB value is (1,123,160). Sum of RGB (Red+Green+Blue) = 1+123+160=284 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 284); Green value is 123 (48.44% from 255 or 43.31% from 284); Blue value is 160 (62.89% from 255 or 56.34% from 284); Max value from RGB is 160 - color contains mainly: blue. Hex color #017BA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017BA0 is #FE845F. Grayscale: #5A5A5A. Windows color (decimal): -16680032 or 10517249. OLE color: 10517249.

HSL color Cylindrical-coordinate representation of color #017BA0: hue angle of 193.96º 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 #017BA0 is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 1 123 160 -
CMYK 0.99 0.23 0 0.37
HSL 193.96º 0.99% 0.32% -
HSV(B) 193.96º 0.99% 0.63% -
XYZ 13.44 16.71 35.77 -
YUV 90.74 167.08 63.99 -
System Red Green Blue C M Y K H S L
Decimal 1 123 160 0.99 0.23 0 0.37 193.96 0.99 0.32
Hex 1 7B A0 63 17 0 25 C2 63 20
Octal 1 173 240 143 27 0 45 302 143 40
Binary 1 1111011 10100000 1100011 10111 0 100101 11000010 1100011 100000

Color Harmonies of #017BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017BA0

Black with #017BA0

Text Example


Text Example

White with #017BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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