Html Css Color HEX #0A5BFB Navy Blue

📋 copy color: '#0A5BFB'

red 10 ◦ green 91 ◦ blue 251

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

Shades of Navy Blue #0A5BFB

Tints of Navy Blue #0A5BFB

RGB

 RED value IS 10 (4.3% from 255) = 2.84%

 GREEN value IS 91 (35.94% from 255) = 25.85%

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

R = 2.84%
G = 25.85%
B = 71.31%

CMYK

 C value IS 0.96

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0A5BFB (or 0x0A5BFB) is known color: Navy Blue. HEX triplet: 0A, 5B and FB. RGB value is (10,91,251). Sum of RGB (Red+Green+Blue) = 10+91+251=352 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.84% from 352); Green value is 91 (35.94% from 255 or 25.85% from 352); Blue value is 251 (98.44% from 255 or 71.31% from 352); Max value from RGB is 251 - color contains mainly: blue. Hex color #0A5BFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A5BFB is #F5A404. Grayscale: #545454. Windows color (decimal): -16098309 or 16472842. OLE color: 16472842.

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

Color convert

RGB 10 91 251 -
CMYK 0.96 0.64 0 0.02
HSL 219.83º 0.97% 0.51% -
HSV(B) 219.83º 0.96% 0.98% -
XYZ 21.28 14.51 92.95 -
YUV 85.02 221.66 74.49 -
System Red Green Blue C M Y K H S L
Decimal 10 91 251 0.96 0.64 0 0.02 219.83 0.97 0.51
Hex A 5B FB 60 40 0 2 DC 61 33
Octal 12 133 373 140 100 0 2 334 141 63
Binary 1010 1011011 11111011 1100000 1000000 0 10 11011100 1100001 110011

Color Harmonies of #0A5BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5BFB

Black with #0A5BFB

Text Example


Text Example

White with #0A5BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,91,251); }

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

background-color css

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

 a { background-color: rgb(10,91,251); }

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

border-color css

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

 span { border-color: rgb(10,91,251); }

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