#0B7CAE

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

Shades of Cerulean #0B7CAE

Tints of Cerulean #0B7CAE

Color information

#0B7CAE (or 0x0B7CAE) is unknown color: approx Cerulean. HEX triplet: 0B, 7C and AE. RGB value is (11,124,174). Sum of RGB (Red+Green+Blue) = 11+124+174=309 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.56% from 309); Green value is 124 (48.83% from 255 or 40.13% from 309); Blue value is 174 (68.36% from 255 or 56.31% from 309); Max value from RGB is 174 - color contains mainly: blue. Hex color #0B7CAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B7CAE is #F48351. Grayscale: #5F5F5F. Windows color (decimal): -16024402 or 11435019. OLE color: 11435019.

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

Color convert

RGB11124174-
CMYK0.940.2900.32
HSL198.4º88.11%36.27%-
HSV(B)198.4º93.68%68.24%-
XYZ14.9917.5442.64-
YUV95.91172.0667.43-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.56%
GREEN value IS 124 (48.83% from 255) = 40.13%
BLUE value IS 174 (68.36% from 255) = 56.31%
R=3.56%
G=40.13%
B=56.31%

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
Decimal111241740.940.2900.32198.488.1136.27
HexB7CAE5E1D020c65824
Octal131742561363504030613044
Binary10111111100101011101011110111010100000110001101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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