Html Css Color HEX #0B3FFB Navy Blue

📋 copy color: '#0B3FFB'

red 11 ◦ green 63 ◦ blue 251

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

Shades of Navy Blue #0B3FFB

Tints of Navy Blue #0B3FFB

RGB

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

 GREEN value IS 63 (25% from 255) = 19.38%

 BLUE value IS 251 (98.44% from 255) = 77.23%

R = 3.38%
G = 19.38%
B = 77.23%

CMYK

 C value IS 0.96

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0B3FFB (or 0x0B3FFB) is known color: Navy Blue. HEX triplet: 0B, 3F and FB. RGB value is (11,63,251). Sum of RGB (Red+Green+Blue) = 11+63+251=325 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.38% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 251 (98.44% from 255 or 77.23% from 325); Max value from RGB is 251 - color contains mainly: blue. Hex color #0B3FFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B3FFB is #F4C004. Grayscale: #444444. Windows color (decimal): -16039941 or 16465675. OLE color: 16465675.

HSL color Cylindrical-coordinate representation of color #0B3FFB: hue angle of 227º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B3FFB is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 11 63 251 -
CMYK 0.96 0.75 0 0.02
HSL 227º 0.97% 0.51% -
HSV(B) 227º 0.96% 0.98% -
XYZ 19.33 10.59 92.29 -
YUV 68.88 230.77 86.71 -
System Red Green Blue C M Y K H S L
Decimal 11 63 251 0.96 0.75 0 0.02 227 0.97 0.51
Hex B 3F FB 60 4B 0 2 E3 61 33
Octal 13 77 373 140 113 0 2 343 141 63
Binary 1011 111111 11111011 1100000 1001011 0 10 11100011 1100001 110011

Color Harmonies of #0B3FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3FFB

Black with #0B3FFB

Text Example


Text Example

White with #0B3FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,63,251); }

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

background-color css

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

 a { background-color: rgb(11,63,251); }

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

border-color css

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

 span { border-color: rgb(11,63,251); }

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