Html Css Color HEX #0A5CFB Navy Blue

📋 copy color: '#0A5CFB'

red 10 ◦ green 92 ◦ blue 251

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

Shades of Navy Blue #0A5CFB

Tints of Navy Blue #0A5CFB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.06%

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

R = 2.83%
G = 26.06%
B = 71.1%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0A5CFB (or 0x0A5CFB) is known color: Navy Blue. HEX triplet: 0A, 5C and FB. RGB value is (10,92,251). Sum of RGB (Red+Green+Blue) = 10+92+251=353 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.83% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 251 (98.44% from 255 or 71.10% from 353); Max value from RGB is 251 - color contains mainly: blue. Hex color #0A5CFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A5CFB is #F5A304. Grayscale: #545454. Windows color (decimal): -16098053 or 16473098. OLE color: 16473098.

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

Color convert

RGB 10 92 251 -
CMYK 0.96 0.63 0 0.02
HSL 219.59º 0.97% 0.51% -
HSV(B) 219.59º 0.96% 0.98% -
XYZ 21.36 14.68 92.98 -
YUV 85.61 221.33 74.07 -
System Red Green Blue C M Y K H S L
Decimal 10 92 251 0.96 0.63 0 0.02 219.59 0.97 0.51
Hex A 5C FB 60 3F 0 2 DC 61 33
Octal 12 134 373 140 77 0 2 334 141 63
Binary 1010 1011100 11111011 1100000 111111 0 10 11011100 1100001 110011

Color Harmonies of #0A5CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5CFB

Black with #0A5CFB

Text Example


Text Example

White with #0A5CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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