#0970AE

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

Shades of Cerulean #0970AE

Tints of Cerulean #0970AE

Color information

#0970AE (or 0x0970AE) is unknown color: approx Cerulean. HEX triplet: 09, 70 and AE. RGB value is (9,112,174). Sum of RGB (Red+Green+Blue) = 9+112+174=295 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.05% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 174 (68.36% from 255 or 58.98% from 295); Max value from RGB is 174 - color contains mainly: blue. Hex color #0970AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0970AE is #F68F51. Grayscale: #575757. Windows color (decimal): -16158546 or 11431945. OLE color: 11431945.

HSL color Cylindrical-coordinate representation of color #0970AE: hue angle of 202.55º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0970AE is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9112174-
CMYK0.950.3600.32
HSL202.55º90.16%35.88%-
HSV(B)202.55º94.83%68.24%-
XYZ13.5514.742.17-
YUV88.27176.3871.46-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.05%
GREEN value IS 112 (44.14% from 255) = 37.97%
BLUE value IS 174 (68.36% from 255) = 58.98%
R=3.05%
G=37.97%
B=58.98%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal91121740.950.3600.32202.5590.1635.88
Hex970AE5F24020cb5a24
Octal111602561374404031313244
Binary100111100001010111010111111001000100000110010111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0970AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0970AE; }

 p { color: rgb(9,112,174); }

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

<style>
 a { background-color: #0970AE; }

 a { background-color: rgb(9,112,174); }

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

<style>
 span { border-color: #0970AE; }

 span { border-color: rgb(9,112,174); }

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