Html Css Color HEX #0B5DFF Navy Blue

📋 copy color: '#0B5DFF'

red 11 ◦ green 93 ◦ blue 255

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

Shades of Navy Blue #0B5DFF

Tints of Navy Blue #0B5DFF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.91%

 BLUE value IS 255 (100% from 255) = 71.03%

R = 3.06%
G = 25.91%
B = 71.03%

CMYK

 C value IS 0.96

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0B5DFF (or 0x0B5DFF) is known color: Navy Blue. HEX triplet: 0B, 5D and FF. RGB value is (11,93,255). Sum of RGB (Red+Green+Blue) = 11+93+255=359 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.06% from 359); Green value is 93 (36.72% from 255 or 25.91% from 359); Blue value is 255 (100% from 255 or 71.03% from 359); Max value from RGB is 255 - color contains mainly: blue. Hex color #0B5DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B5DFF is #F4A200. Grayscale: #565656. Windows color (decimal): -16032257 or 16735499. OLE color: 16735499.

HSL color Cylindrical-coordinate representation of color #0B5DFF: hue angle of 219.84º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B5DFF is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 11 93 255 -
CMYK 0.96 0.64 0 0
HSL 219.84º 1% 0.52% -
HSV(B) 219.84º 0.96% 1% -
XYZ 22.1 15.12 96.36 -
YUV 86.95 222.83 73.83 -
System Red Green Blue C M Y K H S L
Decimal 11 93 255 0.96 0.64 0 0 219.84 1 0.52
Hex B 5D FF 60 40 0 0 DC 64 34
Octal 13 135 377 140 100 0 0 334 144 64
Binary 1011 1011101 11111111 1100000 1000000 0 0 11011100 1100100 110100

Color Harmonies of #0B5DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B5DFF

Black with #0B5DFF

Text Example


Text Example

White with #0B5DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,93,255); }

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

background-color css

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

 a { background-color: rgb(11,93,255); }

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

border-color css

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

 span { border-color: rgb(11,93,255); }

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