#0B7595

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

Shades of Cerulean #0B7595

Tints of Cerulean #0B7595

Color information

#0B7595 (or 0x0B7595) is unknown color: approx Cerulean. HEX triplet: 0B, 75 and 95. RGB value is (11,117,149). Sum of RGB (Red+Green+Blue) = 11+117+149=277 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.97% from 277); Green value is 117 (46.09% from 255 or 42.24% from 277); Blue value is 149 (58.59% from 255 or 53.79% from 277); Max value from RGB is 149 - color contains mainly: blue. Hex color #0B7595 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B7595 is #F48A6A. Grayscale: #585858. Windows color (decimal): -16026219 or 9794827. OLE color: 9794827.

HSL color Cylindrical-coordinate representation of color #0B7595: hue angle of 193.91º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B7595 is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11117149-
CMYK0.930.2100.42
HSL193.91º86.25%31.37%-
HSV(B)193.91º92.62%58.43%-
XYZ11.9214.9630.69-
YUV88.95161.8872.4-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.97%
GREEN value IS 117 (46.09% from 255) = 42.24%
BLUE value IS 149 (58.59% from 255) = 53.79%
R=3.97%
G=42.24%
B=53.79%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal111171490.930.2100.42193.9186.2531.37
HexB75955D1502Ac2561f
Octal131652251352505230212637
Binary1011111010110010101101110110101010101011000010101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,117,149); }

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

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

 a { background-color: rgb(11,117,149); }

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

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

 span { border-color: rgb(11,117,149); }

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