#0980BA

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

Shades of Cerulean #0980BA

Tints of Cerulean #0980BA

Color information

#0980BA (or 0x0980BA) is unknown color: approx Cerulean. HEX triplet: 09, 80 and BA. RGB value is (9,128,186). Sum of RGB (Red+Green+Blue) = 9+128+186=323 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.79% from 323); Green value is 128 (50.39% from 255 or 39.63% from 323); Blue value is 186 (73.05% from 255 or 57.59% from 323); Max value from RGB is 186 - color contains mainly: blue. Hex color #0980BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0980BA is #F67F45. Grayscale: #626262. Windows color (decimal): -16154438 or 12222473. OLE color: 12222473.

HSL color Cylindrical-coordinate representation of color #0980BA: hue angle of 199.66º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0980BA is Cyan = 0.95, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9128186-
CMYK0.950.3100.27
HSL199.66º90.77%38.24%-
HSV(B)199.66º95.16%72.94%-
XYZ16.6919.0449.25-
YUV99.03177.0863.78-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.79%
GREEN value IS 128 (50.39% from 255) = 39.63%
BLUE value IS 186 (73.05% from 255) = 57.59%
R=2.79%
G=39.63%
B=57.59%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal91281860.950.3100.27199.6690.7738.24
Hex980BA5F1F01Bc85b26
Octal112002721373703331013346
Binary10011000000010111010101111111111011011110010001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0980BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0980BA; }

 p { color: rgb(9,128,186); }

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

<style>
 a { background-color: #0980BA; }

 a { background-color: rgb(9,128,186); }

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

<style>
 span { border-color: #0980BA; }

 span { border-color: rgb(9,128,186); }

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