Html Css Color HEX #0B5DFE Navy Blue

📋 copy color: '#0B5DFE'

red 11 ◦ green 93 ◦ blue 254

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

Shades of Navy Blue #0B5DFE

Tints of Navy Blue #0B5DFE

RGB

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

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

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

R = 3.07%
G = 25.98%
B = 70.95%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0B5DFE (or 0x0B5DFE) is known color: Navy Blue. HEX triplet: 0B, 5D and FE. RGB value is (11,93,254). Sum of RGB (Red+Green+Blue) = 11+93+254=358 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.07% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 254 (99.61% from 255 or 70.95% from 358); Max value from RGB is 254 - color contains mainly: blue. Hex color #0B5DFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B5DFE is #F4A201. Grayscale: #565656. Windows color (decimal): -16032258 or 16669963. OLE color: 16669963.

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

Color convert

RGB 11 93 254 -
CMYK 0.96 0.63 0 0.00
HSL 219.75º 0.99% 0.52% -
HSV(B) 219.75º 0.96% 1% -
XYZ 21.94 15.06 95.52 -
YUV 86.84 222.33 73.91 -
System Red Green Blue C M Y K H S L
Decimal 11 93 254 0.96 0.63 0 0.00 219.75 0.99 0.52
Hex B 5D FE 60 3F 0 0 DC 63 34
Octal 13 135 376 140 77 0 0 334 143 64
Binary 1011 1011101 11111110 1100000 111111 0 0 11011100 1100011 110100

Color Harmonies of #0B5DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B5DFE

Black with #0B5DFE

Text Example


Text Example

White with #0B5DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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