Html Css Color HEX #017FAD Cerulean

📋 copy color: '#017FAD'

red 1 ◦ green 127 ◦ blue 173

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

Shades of Cerulean #017FAD

Tints of Cerulean #017FAD

RGB

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

 GREEN value IS 127 (50% from 255) = 42.19%

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

R = 0.33%
G = 42.19%
B = 57.48%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#017FAD (or 0x017FAD) is known color: Cerulean. HEX triplet: 01, 7F and AD. RGB value is (1,127,173). Sum of RGB (Red+Green+Blue) = 1+127+173=301 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 301); Green value is 127 (50% from 255 or 42.19% from 301); Blue value is 173 (67.97% from 255 or 57.48% from 301); Max value from RGB is 173 - color contains mainly: blue. Hex color #017FAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017FAD is #FE8052. Grayscale: #5E5E5E. Windows color (decimal): -16678995 or 11370241. OLE color: 11370241.

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

Color convert

RGB 1 127 173 -
CMYK 0.99 0.27 0 0.32
HSL 196.05º 0.99% 0.34% -
HSV(B) 196.05º 0.99% 0.68% -
XYZ 15.14 18.2 42.25 -
YUV 94.57 172.26 61.26 -
System Red Green Blue C M Y K H S L
Decimal 1 127 173 0.99 0.27 0 0.32 196.05 0.99 0.34
Hex 1 7F AD 63 1B 0 20 C4 63 22
Octal 1 177 255 143 33 0 40 304 143 42
Binary 1 1111111 10101101 1100011 11011 0 100000 11000100 1100011 100010

Color Harmonies of #017FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017FAD

Black with #017FAD

Text Example


Text Example

White with #017FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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