#0B63DB

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

Shades of Navy Blue #0B63DB

Tints of Navy Blue #0B63DB

Color information

#0B63DB (or 0x0B63DB) is unknown color: approx Navy Blue. HEX triplet: 0B, 63 and DB. RGB value is (11,99,219). Sum of RGB (Red+Green+Blue) = 11+99+219=329 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.34% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 219 (85.94% from 255 or 66.57% from 329); Max value from RGB is 219 - color contains mainly: blue. Hex color #0B63DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B63DB is #F49C24. Grayscale: #555555. Windows color (decimal): -16030757 or 14377739. OLE color: 14377739.

HSL color Cylindrical-coordinate representation of color #0B63DB: hue angle of 214.62º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B63DB is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB1199219-
CMYK0.950.5500.14
HSL214.62º90.43%45.1%-
HSV(B)214.62º94.98%85.88%-
XYZ17.3914.1168.82-
YUV86.37202.8574.24-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.34%
GREEN value IS 99 (39.06% from 255) = 30.09%
BLUE value IS 219 (85.94% from 255) = 66.57%
R=3.34%
G=30.09%
B=66.57%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal11992190.950.5500.14214.6290.4345.1
HexB63DB5F370Ed75a2d
Octal131433331376701632713255
Binary1011110001111011011101111111011101110110101111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B63DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,99,219); }

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

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

 a { background-color: rgb(11,99,219); }

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

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

 span { border-color: rgb(11,99,219); }

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