#0B7CC8

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

Shades of Navy Blue #0B7CC8

Tints of Navy Blue #0B7CC8

Color information

#0B7CC8 (or 0x0B7CC8) is unknown color: approx Navy Blue. HEX triplet: 0B, 7C and C8. RGB value is (11,124,200). Sum of RGB (Red+Green+Blue) = 11+124+200=335 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.28% from 335); Green value is 124 (48.83% from 255 or 37.01% from 335); Blue value is 200 (78.52% from 255 or 59.70% from 335); Max value from RGB is 200 - color contains mainly: blue. Hex color #0B7CC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B7CC8 is #F48337. Grayscale: #626262. Windows color (decimal): -16024376 or 13138955. OLE color: 13138955.

HSL color Cylindrical-coordinate representation of color #0B7CC8: hue angle of 204.13º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B7CC8 is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11124200-
CMYK0.940.3800.22
HSL204.13º89.57%41.37%-
HSV(B)204.13º94.5%78.43%-
XYZ17.7718.6657.31-
YUV98.88185.0665.32-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.28%
GREEN value IS 124 (48.83% from 255) = 37.01%
BLUE value IS 200 (78.52% from 255) = 59.70%
R=3.28%
G=37.01%
B=59.70%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal111242000.940.3800.22204.1389.5741.37
HexB7CC85E26016cc5a29
Octal131743101364602631413251
Binary10111111100110010001011110100110010110110011001011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,124,200); }

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

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

 a { background-color: rgb(11,124,200); }

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

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

 span { border-color: rgb(11,124,200); }

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