#0B7AAE

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

Shades of Cerulean #0B7AAE

Tints of Cerulean #0B7AAE

Color information

#0B7AAE (or 0x0B7AAE) is unknown color: approx Cerulean. HEX triplet: 0B, 7A and AE. RGB value is (11,122,174). Sum of RGB (Red+Green+Blue) = 11+122+174=307 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.58% from 307); Green value is 122 (48.05% from 255 or 39.74% from 307); Blue value is 174 (68.36% from 255 or 56.68% from 307); Max value from RGB is 174 - color contains mainly: blue. Hex color #0B7AAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B7AAE is #F48551. Grayscale: #5E5E5E. Windows color (decimal): -16024914 or 11434507. OLE color: 11434507.

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

Color convert

RGB11122174-
CMYK0.940.3000.32
HSL199.14º88.11%36.27%-
HSV(B)199.14º93.68%68.24%-
XYZ14.7417.0542.56-
YUV94.74172.7368.27-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.58%
GREEN value IS 122 (48.05% from 255) = 39.74%
BLUE value IS 174 (68.36% from 255) = 56.68%
R=3.58%
G=39.74%
B=56.68%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal111221740.940.3000.32199.1488.1136.27
HexB7AAE5E1E020c75824
Octal131722561363604030713044
Binary10111111010101011101011110111100100000110001111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B7AAE; }

 p { color: rgb(11,122,174); }

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

<style>
 a { background-color: #0B7AAE; }

 a { background-color: rgb(11,122,174); }

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

<style>
 span { border-color: #0B7AAE; }

 span { border-color: rgb(11,122,174); }

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