#0B7FC3

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

Shades of Navy Blue #0B7FC3

Tints of Navy Blue #0B7FC3

Color information

#0B7FC3 (or 0x0B7FC3) is unknown color: approx Navy Blue. HEX triplet: 0B, 7F and C3. RGB value is (11,127,195). Sum of RGB (Red+Green+Blue) = 11+127+195=333 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.30% from 333); Green value is 127 (50% from 255 or 38.14% from 333); Blue value is 195 (76.56% from 255 or 58.56% from 333); Max value from RGB is 195 - color contains mainly: blue. Hex color #0B7FC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B7FC3 is #F4803C. Grayscale: #636363. Windows color (decimal): -16023613 or 12812043. OLE color: 12812043.

HSL color Cylindrical-coordinate representation of color #0B7FC3: hue angle of 202.17º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B7FC3 is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB11127195-
CMYK0.940.3500.24
HSL202.17º89.32%40.39%-
HSV(B)202.17º94.36%76.47%-
XYZ17.5819.1954.41-
YUV100.07181.5764.47-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.30%
GREEN value IS 127 (50% from 255) = 38.14%
BLUE value IS 195 (76.56% from 255) = 58.56%
R=3.30%
G=38.14%
B=58.56%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal111271950.940.3500.24202.1789.3240.39
HexB7FC35E23018ca5928
Octal131773031364303031213150
Binary10111111111110000111011110100011011000110010101011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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