Html Css Color HEX #0B4FD3 Navy Blue

📋 copy color: '#0B4FD3'

red 11 ◦ green 79 ◦ blue 211

#0B4FD3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #0B4FD3

Tints of Navy Blue #0B4FD3

RGB

 RED value IS 11 (4.69% from 255) = 3.65%

 GREEN value IS 79 (31.25% from 255) = 26.25%

 BLUE value IS 211 (82.81% from 255) = 70.1%

R = 3.65%
G = 26.25%
B = 70.1%

CMYK

 C value IS 0.95

 M value IS 0.63

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#0B4FD3 (or 0x0B4FD3) is known color: Navy Blue. HEX triplet: 0B, 4F and D3. RGB value is (11,79,211). Sum of RGB (Red+Green+Blue) = 11+79+211=301 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.65% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 211 (82.81% from 255 or 70.10% from 301); Max value from RGB is 211 - color contains mainly: blue. Hex color #0B4FD3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B4FD3 is #F4B02C. Grayscale: #494949. Windows color (decimal): -16035885 or 13848331. OLE color: 13848331.

HSL color Cylindrical-coordinate representation of color #0B4FD3: hue angle of 219.6º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B4FD3 is Cyan = 0.95, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 11 79 211 -
CMYK 0.95 0.63 0 0.17
HSL 219.6º 0.9% 0.44% -
HSV(B) 219.6º 0.95% 0.83% -
XYZ 14.69 10.37 62.85 -
YUV 73.72 205.47 83.27 -
System Red Green Blue C M Y K H S L
Decimal 11 79 211 0.95 0.63 0 0.17 219.6 0.9 0.44
Hex B 4F D3 5F 3F 0 11 DC 5A 2C
Octal 13 117 323 137 77 0 21 334 132 54
Binary 1011 1001111 11010011 1011111 111111 0 10001 11011100 1011010 101100

Color Harmonies of #0B4FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4FD3

Black with #0B4FD3

Text Example


Text Example

White with #0B4FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0B4FD3;
 }
 .AnyTagClassName
 {
   color: #0B4FD3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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