#0B4FF3

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

Shades of Navy Blue #0B4FF3

Tints of Navy Blue #0B4FF3

Color information

#0B4FF3 (or 0x0B4FF3) is unknown color: approx Navy Blue. HEX triplet: 0B, 4F and F3. RGB value is (11,79,243). Sum of RGB (Red+Green+Blue) = 11+79+243=333 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.30% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 243 (95.31% from 255 or 72.97% from 333); Max value from RGB is 243 - color contains mainly: blue. Hex color #0B4FF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B4FF3 is #F4B00C. Grayscale: #4C4C4C. Windows color (decimal): -16035853 or 15945483. OLE color: 15945483.

HSL color Cylindrical-coordinate representation of color #0B4FF3: hue angle of 222.41º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B4FF3 is Cyan = 0.95, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB1179243-
CMYK0.950.6700.05
HSL222.41º91.34%49.8%-
HSV(B)222.41º95.47%95.29%-
XYZ19.1112.1386.13-
YUV77.36221.4780.66-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.30%
GREEN value IS 79 (31.25% from 255) = 23.72%
BLUE value IS 243 (95.31% from 255) = 72.97%
R=3.30%
G=23.72%
B=72.97%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal11792430.950.6700.05222.4191.3449.8
HexB4FF35F4305de5b32
Octal131173631371030533613362
Binary1011100111111110011101111110000110101110111101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4FF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,79,243); }

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

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

 a { background-color: rgb(11,79,243); }

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

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

 span { border-color: rgb(11,79,243); }

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