#017DBA

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

Shades of Cerulean #017DBA

Tints of Cerulean #017DBA

Color information

#017DBA (or 0x017DBA) is unknown color: approx Cerulean. HEX triplet: 01, 7D and BA. RGB value is (1,125,186). Sum of RGB (Red+Green+Blue) = 1+125+186=312 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 312); Green value is 125 (49.22% from 255 or 40.06% from 312); Blue value is 186 (73.05% from 255 or 59.62% from 312); Max value from RGB is 186 - color contains mainly: blue. Hex color #017DBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017DBA is #FE8245. Grayscale: #5E5E5E. Windows color (decimal): -16679494 or 12221697. OLE color: 12221697.

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

Color convert

RGB1125186-
CMYK0.990.3300.27
HSL199.78º98.93%36.67%-
HSV(B)199.78º99.46%72.94%-
XYZ16.2118.2249.12-
YUV94.88179.4261.04-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.32%
GREEN value IS 125 (49.22% from 255) = 40.06%
BLUE value IS 186 (73.05% from 255) = 59.62%
R=0.32%
G=40.06%
B=59.62%

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
Decimal11251860.990.3300.27199.7898.9336.67
Hex17DBA632101Bc86325
Octal11752721434103331014345
Binary11111101101110101100011100001011011110010001100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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