#0B7FAF

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

Shades of Cerulean #0B7FAF

Tints of Cerulean #0B7FAF

Color information

#0B7FAF (or 0x0B7FAF) is unknown color: approx Cerulean. HEX triplet: 0B, 7F and AF. RGB value is (11,127,175). Sum of RGB (Red+Green+Blue) = 11+127+175=313 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.51% from 313); Green value is 127 (50% from 255 or 40.58% from 313); Blue value is 175 (68.75% from 255 or 55.91% from 313); Max value from RGB is 175 - color contains mainly: blue. Hex color #0B7FAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B7FAF is #F48050. Grayscale: #616161. Windows color (decimal): -16023633 or 11501323. OLE color: 11501323.

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

Color convert

RGB11127175-
CMYK0.940.2700.31
HSL197.56º88.17%36.47%-
HSV(B)197.56º93.71%68.63%-
XYZ15.4718.3543.28-
YUV97.79171.5766.1-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.51%
GREEN value IS 127 (50% from 255) = 40.58%
BLUE value IS 175 (68.75% from 255) = 55.91%
R=3.51%
G=40.58%
B=55.91%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal111271750.940.2700.31197.5688.1736.47
HexB7FAF5E1B01Fc65824
Octal131772571363303730613044
Binary1011111111110101111101111011011011111110001101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,127,175); }

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

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

 a { background-color: rgb(11,127,175); }

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

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

 span { border-color: rgb(11,127,175); }

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