Html Css Color HEX #017DA5 Cerulean

📋 copy color: '#017DA5'

red 1 ◦ green 125 ◦ blue 165

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

Shades of Cerulean #017DA5

Tints of Cerulean #017DA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 56.7%

R = 0.34%
G = 42.96%
B = 56.7%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#017DA5 (or 0x017DA5) is known color: Cerulean. HEX triplet: 01, 7D and A5. RGB value is (1,125,165). Sum of RGB (Red+Green+Blue) = 1+125+165=291 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 291); Green value is 125 (49.22% from 255 or 42.96% from 291); Blue value is 165 (64.84% from 255 or 56.70% from 291); Max value from RGB is 165 - color contains mainly: blue. Hex color #017DA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017DA5 is #FE825A. Grayscale: #5C5C5C. Windows color (decimal): -16679515 or 10845441. OLE color: 10845441.

HSL color Cylindrical-coordinate representation of color #017DA5: hue angle of 194.63º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017DA5 is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 1 125 165 -
CMYK 0.99 0.24 0 0.35
HSL 194.63º 0.99% 0.33% -
HSV(B) 194.63º 0.99% 0.65% -
XYZ 14.14 17.39 38.21 -
YUV 92.48 168.92 62.75 -
System Red Green Blue C M Y K H S L
Decimal 1 125 165 0.99 0.24 0 0.35 194.63 0.99 0.33
Hex 1 7D A5 63 18 0 23 C3 63 21
Octal 1 175 245 143 30 0 43 303 143 41
Binary 1 1111101 10100101 1100011 11000 0 100011 11000011 1100011 100001

Color Harmonies of #017DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017DA5

Black with #017DA5

Text Example


Text Example

White with #017DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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