Html Css Color HEX #0B5FFF Navy Blue

📋 copy color: '#0B5FFF'

red 11 ◦ green 95 ◦ blue 255

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

Shades of Navy Blue #0B5FFF

Tints of Navy Blue #0B5FFF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.32%

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

R = 3.05%
G = 26.32%
B = 70.64%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0B5FFF (or 0x0B5FFF) is known color: Navy Blue. HEX triplet: 0B, 5F and FF. RGB value is (11,95,255). Sum of RGB (Red+Green+Blue) = 11+95+255=361 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.05% from 361); Green value is 95 (37.5% from 255 or 26.32% from 361); Blue value is 255 (100% from 255 or 70.64% from 361); Max value from RGB is 255 - color contains mainly: blue. Hex color #0B5FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B5FFF is #F4A000. Grayscale: #575757. Windows color (decimal): -16031745 or 16736011. OLE color: 16736011.

HSL color Cylindrical-coordinate representation of color #0B5FFF: hue angle of 219.34º 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 #0B5FFF is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 11 95 255 -
CMYK 0.96 0.63 0 0
HSL 219.34º 1% 0.52% -
HSV(B) 219.34º 0.96% 1% -
XYZ 22.28 15.48 96.42 -
YUV 88.12 222.17 72.99 -
System Red Green Blue C M Y K H S L
Decimal 11 95 255 0.96 0.63 0 0 219.34 1 0.52
Hex B 5F FF 60 3F 0 0 DB 64 34
Octal 13 137 377 140 77 0 0 333 144 64
Binary 1011 1011111 11111111 1100000 111111 0 0 11011011 1100100 110100

Color Harmonies of #0B5FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B5FFF

Black with #0B5FFF

Text Example


Text Example

White with #0B5FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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