#0B7BAE

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

Shades of Cerulean #0B7BAE

Tints of Cerulean #0B7BAE

Color information

#0B7BAE (or 0x0B7BAE) is unknown color: approx Cerulean. HEX triplet: 0B, 7B and AE. RGB value is (11,123,174). Sum of RGB (Red+Green+Blue) = 11+123+174=308 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.57% from 308); Green value is 123 (48.44% from 255 or 39.94% from 308); Blue value is 174 (68.36% from 255 or 56.49% from 308); Max value from RGB is 174 - color contains mainly: blue. Hex color #0B7BAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B7BAE is #F48451. Grayscale: #5F5F5F. Windows color (decimal): -16024658 or 11434763. OLE color: 11434763.

HSL color Cylindrical-coordinate representation of color #0B7BAE: hue angle of 198.77º 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 #0B7BAE is Cyan = 0.94, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11123174-
CMYK0.940.2900.32
HSL198.77º88.11%36.27%-
HSV(B)198.77º93.68%68.24%-
XYZ14.8617.2942.6-
YUV95.33172.3967.85-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.57%
GREEN value IS 123 (48.44% from 255) = 39.94%
BLUE value IS 174 (68.36% from 255) = 56.49%
R=3.57%
G=39.94%
B=56.49%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal111231740.940.2900.32198.7788.1136.27
HexB7BAE5E1D020c75824
Octal131732561363504030713044
Binary10111111011101011101011110111010100000110001111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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