#017BBA

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

Shades of Cerulean #017BBA

Tints of Cerulean #017BBA

Color information

#017BBA (or 0x017BBA) is unknown color: approx Cerulean. HEX triplet: 01, 7B and BA. RGB value is (1,123,186). Sum of RGB (Red+Green+Blue) = 1+123+186=310 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 310); Green value is 123 (48.44% from 255 or 39.68% from 310); Blue value is 186 (73.05% from 255 or 60% from 310); Max value from RGB is 186 - color contains mainly: blue. Hex color #017BBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017BBA is #FE8445. Grayscale: #5D5D5D. Windows color (decimal): -16680006 or 12221185. OLE color: 12221185.

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

Color convert

RGB1123186-
CMYK0.990.3400.27
HSL200.43º98.93%36.67%-
HSV(B)200.43º99.46%72.94%-
XYZ15.9617.7249.03-
YUV93.7180.0861.88-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.32%
GREEN value IS 123 (48.44% from 255) = 39.68%
BLUE value IS 186 (73.05% from 255) = 60%
R=0.32%
G=39.68%
B=60%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal11231860.990.3400.27200.4398.9336.67
Hex17BBA632201Bc86325
Octal11732721434203331014345
Binary11111011101110101100011100010011011110010001100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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