#0B5CE3

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

Shades of Navy Blue #0B5CE3

Tints of Navy Blue #0B5CE3

Color information

#0B5CE3 (or 0x0B5CE3) is unknown color: approx Navy Blue. HEX triplet: 0B, 5C and E3. RGB value is (11,92,227). Sum of RGB (Red+Green+Blue) = 11+92+227=330 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.33% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 227 (89.06% from 255 or 68.79% from 330); Max value from RGB is 227 - color contains mainly: blue. Hex color #0B5CE3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B5CE3 is #F4A31C. Grayscale: #525252. Windows color (decimal): -16032541 or 14900235. OLE color: 14900235.

HSL color Cylindrical-coordinate representation of color #0B5CE3: hue angle of 217.5º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B5CE3 is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB1192227-
CMYK0.950.5900.11
HSL217.5º90.76%46.67%-
HSV(B)217.5º95.15%89.02%-
XYZ17.8313.2774.29-
YUV83.17209.1676.52-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.33%
GREEN value IS 92 (36.33% from 255) = 27.88%
BLUE value IS 227 (89.06% from 255) = 68.79%
R=3.33%
G=27.88%
B=68.79%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal11922270.950.5900.11217.590.7646.67
HexB5CE35F3B0Bda5b2f
Octal131343431377301333213357
Binary1011101110011100011101111111101101011110110101011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5CE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,92,227); }

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

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

 a { background-color: rgb(11,92,227); }

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

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

 span { border-color: rgb(11,92,227); }

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