Html Css Color HEX #017CA1 Cerulean

📋 copy color: '#017CA1'

red 1 ◦ green 124 ◦ blue 161

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

Shades of Cerulean #017CA1

Tints of Cerulean #017CA1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 43.36%

 BLUE value IS 161 (63.28% from 255) = 56.29%

R = 0.35%
G = 43.36%
B = 56.29%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#017CA1 (or 0x017CA1) is known color: Cerulean. HEX triplet: 01, 7C and A1. RGB value is (1,124,161). Sum of RGB (Red+Green+Blue) = 1+124+161=286 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 286); Green value is 124 (48.83% from 255 or 43.36% from 286); Blue value is 161 (63.28% from 255 or 56.29% from 286); Max value from RGB is 161 - color contains mainly: blue. Hex color #017CA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017CA1 is #FE835E. Grayscale: #5B5B5B. Windows color (decimal): -16679775 or 10583041. OLE color: 10583041.

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

Color convert

RGB 1 124 161 -
CMYK 0.99 0.23 0 0.37
HSL 193.88º 0.99% 0.32% -
HSV(B) 193.88º 0.99% 0.63% -
XYZ 13.65 16.99 36.28 -
YUV 91.44 167.25 63.49 -
System Red Green Blue C M Y K H S L
Decimal 1 124 161 0.99 0.23 0 0.37 193.88 0.99 0.32
Hex 1 7C A1 63 17 0 25 C2 63 20
Octal 1 174 241 143 27 0 45 302 143 40
Binary 1 1111100 10100001 1100011 10111 0 100101 11000010 1100011 100000

Color Harmonies of #017CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017CA1

Black with #017CA1

Text Example


Text Example

White with #017CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,124,161); }

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

background-color css

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

 a { background-color: rgb(1,124,161); }

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

border-color css

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

 span { border-color: rgb(1,124,161); }

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