#0B749E

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

Shades of Cerulean #0B749E

Tints of Cerulean #0B749E

Color information

#0B749E (or 0x0B749E) is unknown color: approx Cerulean. HEX triplet: 0B, 74 and 9E. RGB value is (11,116,158). Sum of RGB (Red+Green+Blue) = 11+116+158=285 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.86% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 158 (62.11% from 255 or 55.44% from 285); Max value from RGB is 158 - color contains mainly: blue. Hex color #0B749E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B749E is #F48B61. Grayscale: #595959. Windows color (decimal): -16026466 or 10384395. OLE color: 10384395.

HSL color Cylindrical-coordinate representation of color #0B749E: hue angle of 197.14º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B749E is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11116158-
CMYK0.930.2700.38
HSL197.14º86.98%33.14%-
HSV(B)197.14º93.04%61.96%-
XYZ12.5515.0334.59-
YUV89.39166.7172.08-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.86%
GREEN value IS 116 (45.70% from 255) = 40.70%
BLUE value IS 158 (62.11% from 255) = 55.44%
R=3.86%
G=40.70%
B=55.44%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal111161580.930.2700.38197.1486.9833.14
HexB749E5D1B026c55721
Octal131642361353304630512741
Binary10111110100100111101011101110110100110110001011010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B749E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,116,158); }

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

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

 a { background-color: rgb(11,116,158); }

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

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

 span { border-color: rgb(11,116,158); }

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