Html Css Color HEX #017DAC Cerulean

📋 copy color: '#017DAC'

red 1 ◦ green 125 ◦ blue 172

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

Shades of Cerulean #017DAC

Tints of Cerulean #017DAC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 41.95%

 BLUE value IS 172 (67.58% from 255) = 57.72%

R = 0.34%
G = 41.95%
B = 57.72%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#017DAC (or 0x017DAC) is known color: Cerulean. HEX triplet: 01, 7D and AC. RGB value is (1,125,172). Sum of RGB (Red+Green+Blue) = 1+125+172=298 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 298); Green value is 125 (49.22% from 255 or 41.95% from 298); Blue value is 172 (67.58% from 255 or 57.72% from 298); Max value from RGB is 172 - color contains mainly: blue. Hex color #017DAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017DAC is #FE8253. Grayscale: #5C5C5C. Windows color (decimal): -16679508 or 11304193. OLE color: 11304193.

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

Color convert

RGB 1 125 172 -
CMYK 0.99 0.27 0 0.33
HSL 196.49º 0.99% 0.34% -
HSV(B) 196.49º 0.99% 0.67% -
XYZ 14.79 17.65 41.66 -
YUV 93.28 172.42 62.18 -
System Red Green Blue C M Y K H S L
Decimal 1 125 172 0.99 0.27 0 0.33 196.49 0.99 0.34
Hex 1 7D AC 63 1B 0 21 C4 63 22
Octal 1 175 254 143 33 0 41 304 143 42
Binary 1 1111101 10101100 1100011 11011 0 100001 11000100 1100011 100010

Color Harmonies of #017DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017DAC

Black with #017DAC

Text Example


Text Example

White with #017DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,125,172); }

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

background-color css

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

 a { background-color: rgb(1,125,172); }

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

border-color css

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

 span { border-color: rgb(1,125,172); }

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