Html Css Color HEX #0B50FE Navy Blue

📋 copy color: '#0B50FE'

red 11 ◦ green 80 ◦ blue 254

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

Shades of Navy Blue #0B50FE

Tints of Navy Blue #0B50FE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.19%

 BLUE value IS 254 (99.61% from 255) = 73.62%

R = 3.19%
G = 23.19%
B = 73.62%

CMYK

 C value IS 0.96

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0B50FE (or 0x0B50FE) is known color: Navy Blue. HEX triplet: 0B, 50 and FE. RGB value is (11,80,254). Sum of RGB (Red+Green+Blue) = 11+80+254=345 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.19% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 254 (99.61% from 255 or 73.62% from 345); Max value from RGB is 254 - color contains mainly: blue. Hex color #0B50FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B50FE is #F4AF01. Grayscale: #4E4E4E. Windows color (decimal): -16035586 or 16666635. OLE color: 16666635.

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

Color convert

RGB 11 80 254 -
CMYK 0.96 0.69 0 0.00
HSL 222.96º 0.99% 0.52% -
HSV(B) 222.96º 0.96% 1% -
XYZ 20.9 12.96 95.17 -
YUV 79.21 226.64 79.35 -
System Red Green Blue C M Y K H S L
Decimal 11 80 254 0.96 0.69 0 0.00 222.96 0.99 0.52
Hex B 50 FE 60 45 0 0 DF 63 34
Octal 13 120 376 140 105 0 0 337 143 64
Binary 1011 1010000 11111110 1100000 1000101 0 0 11011111 1100011 110100

Color Harmonies of #0B50FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B50FE

Black with #0B50FE

Text Example


Text Example

White with #0B50FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,80,254); }

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

background-color css

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

 a { background-color: rgb(11,80,254); }

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

border-color css

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

 span { border-color: rgb(11,80,254); }

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