Html Css Color HEX #017BAD Cerulean

📋 copy color: '#017BAD'

red 1 ◦ green 123 ◦ blue 173

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

Shades of Cerulean #017BAD

Tints of Cerulean #017BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 58.25%

R = 0.34%
G = 41.41%
B = 58.25%

CMYK

 C value IS 0.99

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#017BAD (or 0x017BAD) is known color: Cerulean. HEX triplet: 01, 7B and AD. RGB value is (1,123,173). Sum of RGB (Red+Green+Blue) = 1+123+173=297 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 297); Green value is 123 (48.44% from 255 or 41.41% from 297); Blue value is 173 (67.97% from 255 or 58.25% from 297); Max value from RGB is 173 - color contains mainly: blue. Hex color #017BAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017BAD is #FE8452. Grayscale: #5B5B5B. Windows color (decimal): -16680019 or 11369217. OLE color: 11369217.

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

Color convert

RGB 1 123 173 -
CMYK 0.99 0.29 0 0.32
HSL 197.44º 0.99% 0.34% -
HSV(B) 197.44º 0.99% 0.68% -
XYZ 14.64 17.19 42.08 -
YUV 92.22 173.58 62.93 -
System Red Green Blue C M Y K H S L
Decimal 1 123 173 0.99 0.29 0 0.32 197.44 0.99 0.34
Hex 1 7B AD 63 1D 0 20 C5 63 22
Octal 1 173 255 143 35 0 40 305 143 42
Binary 1 1111011 10101101 1100011 11101 0 100000 11000101 1100011 100010

Color Harmonies of #017BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017BAD

Black with #017BAD

Text Example


Text Example

White with #017BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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