#0982B4

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

Shades of Cerulean #0982B4

Tints of Cerulean #0982B4

Color information

#0982B4 (or 0x0982B4) is unknown color: approx Cerulean. HEX triplet: 09, 82 and B4. RGB value is (9,130,180). Sum of RGB (Red+Green+Blue) = 9+130+180=319 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.82% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 180 (70.70% from 255 or 56.43% from 319); Max value from RGB is 180 - color contains mainly: blue. Hex color #0982B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0982B4 is #F67D4B. Grayscale: #636363. Windows color (decimal): -16153932 or 11829769. OLE color: 11829769.

HSL color Cylindrical-coordinate representation of color #0982B4: hue angle of 197.54º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0982B4 is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9130180-
CMYK0.950.2800.29
HSL197.54º90.48%37.06%-
HSV(B)197.54º95%70.59%-
XYZ16.3319.3246.05-
YUV99.52173.4163.43-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.82%
GREEN value IS 130 (51.17% from 255) = 40.75%
BLUE value IS 180 (70.70% from 255) = 56.43%
R=2.82%
G=40.75%
B=56.43%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal91301800.950.2800.29197.5490.4837.06
Hex982B45F1C01Dc65a25
Octal112022641373403530613245
Binary10011000001010110100101111111100011101110001101011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0982B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0982B4; }

 p { color: rgb(9,130,180); }

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

<style>
 a { background-color: #0982B4; }

 a { background-color: rgb(9,130,180); }

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

<style>
 span { border-color: #0982B4; }

 span { border-color: rgb(9,130,180); }

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