#017CBA

Color #017CBA Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #017CBA

Tints of Cerulean #017CBA

Color information

#017CBA (or 0x017CBA) is unknown color: approx Cerulean. HEX triplet: 01, 7C and BA. RGB value is (1,124,186). Sum of RGB (Red+Green+Blue) = 1+124+186=311 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 311); Green value is 124 (48.83% from 255 or 39.87% from 311); Blue value is 186 (73.05% from 255 or 59.81% from 311); Max value from RGB is 186 - color contains mainly: blue. Hex color #017CBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017CBA is #FE8345. Grayscale: #5D5D5D. Windows color (decimal): -16679750 or 12221441. OLE color: 12221441.

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

Color convert

RGB1124186-
CMYK0.990.3300.27
HSL200.11º98.93%36.67%-
HSV(B)200.11º99.46%72.94%-
XYZ16.0817.9749.07-
YUV94.29179.7561.46-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.32%
GREEN value IS 124 (48.83% from 255) = 39.87%
BLUE value IS 186 (73.05% from 255) = 59.81%
R=0.32%
G=39.87%
B=59.81%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal11241860.990.3300.27200.1198.9336.67
Hex17CBA632101Bc86325
Octal11742721434103331014345
Binary11111100101110101100011100001011011110010001100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #017CBA;
 }
 .AnyTagClassName
 {
   color: #017CBA;
 }
</style>
background-color css

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

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

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

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

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

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