Html Css Color HEX #0A5FED Navy Blue

📋 copy color: '#0A5FED'

red 10 ◦ green 95 ◦ blue 237

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

Shades of Navy Blue #0A5FED

Tints of Navy Blue #0A5FED

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.78%

 BLUE value IS 237 (92.97% from 255) = 69.3%

R = 2.92%
G = 27.78%
B = 69.3%

CMYK

 C value IS 0.96

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0A5FED (or 0x0A5FED) is known color: Navy Blue. HEX triplet: 0A, 5F and ED. RGB value is (10,95,237). Sum of RGB (Red+Green+Blue) = 10+95+237=342 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.92% from 342); Green value is 95 (37.5% from 255 or 27.78% from 342); Blue value is 237 (92.97% from 255 or 69.30% from 342); Max value from RGB is 237 - color contains mainly: blue. Hex color #0A5FED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A5FED is #F5A012. Grayscale: #555555. Windows color (decimal): -16097299 or 15556362. OLE color: 15556362.

HSL color Cylindrical-coordinate representation of color #0A5FED: hue angle of 217.53º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A5FED is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 10 95 237 -
CMYK 0.96 0.60 0 0.07
HSL 217.53º 0.92% 0.48% -
HSV(B) 217.53º 0.96% 0.93% -
XYZ 19.5 14.36 81.87 -
YUV 85.77 213.34 73.95 -
System Red Green Blue C M Y K H S L
Decimal 10 95 237 0.96 0.60 0 0.07 217.53 0.92 0.48
Hex A 5F ED 60 3C 0 7 DA 5C 30
Octal 12 137 355 140 74 0 7 332 134 60
Binary 1010 1011111 11101101 1100000 111100 0 111 11011010 1011100 110000

Color Harmonies of #0A5FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5FED

Black with #0A5FED

Text Example


Text Example

White with #0A5FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,95,237); }

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

background-color css

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

 a { background-color: rgb(10,95,237); }

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

border-color css

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

 span { border-color: rgb(10,95,237); }

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