Html Css Color HEX #017BAA Cerulean

📋 copy color: '#017BAA'

red 1 ◦ green 123 ◦ blue 170

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

Shades of Cerulean #017BAA

Tints of Cerulean #017BAA

RGB

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

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

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

R = 0.34%
G = 41.84%
B = 57.82%

CMYK

 C value IS 0.99

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#017BAA (or 0x017BAA) is known color: Cerulean. HEX triplet: 01, 7B and AA. RGB value is (1,123,170). Sum of RGB (Red+Green+Blue) = 1+123+170=294 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 294); Green value is 123 (48.44% from 255 or 41.84% from 294); Blue value is 170 (66.80% from 255 or 57.82% from 294); Max value from RGB is 170 - color contains mainly: blue. Hex color #017BAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017BAA is #FE8455. Grayscale: #5B5B5B. Windows color (decimal): -16680022 or 11172609. OLE color: 11172609.

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

Color convert

RGB 1 123 170 -
CMYK 0.99 0.28 0 0.33
HSL 196.69º 0.99% 0.34% -
HSV(B) 196.69º 0.99% 0.67% -
XYZ 14.35 17.07 40.57 -
YUV 91.88 172.08 63.18 -
System Red Green Blue C M Y K H S L
Decimal 1 123 170 0.99 0.28 0 0.33 196.69 0.99 0.34
Hex 1 7B AA 63 1C 0 21 C5 63 22
Octal 1 173 252 143 34 0 41 305 143 42
Binary 1 1111011 10101010 1100011 11100 0 100001 11000101 1100011 100010

Color Harmonies of #017BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017BAA

Black with #017BAA

Text Example


Text Example

White with #017BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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