Html Css Color HEX #0A5AFC Navy Blue

📋 copy color: '#0A5AFC'

red 10 ◦ green 90 ◦ blue 252

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

Shades of Navy Blue #0A5AFC

Tints of Navy Blue #0A5AFC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.57%

 BLUE value IS 252 (98.83% from 255) = 71.59%

R = 2.84%
G = 25.57%
B = 71.59%

CMYK

 C value IS 0.96

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0A5AFC (or 0x0A5AFC) is known color: Navy Blue. HEX triplet: 0A, 5A and FC. RGB value is (10,90,252). Sum of RGB (Red+Green+Blue) = 10+90+252=352 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.84% from 352); Green value is 90 (35.55% from 255 or 25.57% from 352); Blue value is 252 (98.83% from 255 or 71.59% from 352); Max value from RGB is 252 - color contains mainly: blue. Hex color #0A5AFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A5AFC is #F5A503. Grayscale: #535353. Windows color (decimal): -16098564 or 16538122. OLE color: 16538122.

HSL color Cylindrical-coordinate representation of color #0A5AFC: hue angle of 220.17º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A5AFC is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 10 90 252 -
CMYK 0.96 0.64 0 0.01
HSL 220.17º 0.98% 0.51% -
HSV(B) 220.17º 0.96% 0.99% -
XYZ 21.35 14.41 93.75 -
YUV 84.55 222.5 74.83 -
System Red Green Blue C M Y K H S L
Decimal 10 90 252 0.96 0.64 0 0.01 220.17 0.98 0.51
Hex A 5A FC 60 40 0 1 DC 62 33
Octal 12 132 374 140 100 0 1 334 142 63
Binary 1010 1011010 11111100 1100000 1000000 0 1 11011100 1100010 110011

Color Harmonies of #0A5AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5AFC

Black with #0A5AFC

Text Example


Text Example

White with #0A5AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,90,252); }

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

background-color css

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

 a { background-color: rgb(10,90,252); }

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

border-color css

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

 span { border-color: rgb(10,90,252); }

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