Html Css Color HEX #0A5FEF Navy Blue

📋 copy color: '#0A5FEF'

red 10 ◦ green 95 ◦ blue 239

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

Shades of Navy Blue #0A5FEF

Tints of Navy Blue #0A5FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 69.48%

R = 2.91%
G = 27.62%
B = 69.48%

CMYK

 C value IS 0.96

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0A5FEF (or 0x0A5FEF) is known color: Navy Blue. HEX triplet: 0A, 5F and EF. RGB value is (10,95,239). Sum of RGB (Red+Green+Blue) = 10+95+239=344 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.91% from 344); Green value is 95 (37.5% from 255 or 27.62% from 344); Blue value is 239 (93.75% from 255 or 69.48% from 344); Max value from RGB is 239 - color contains mainly: blue. Hex color #0A5FEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A5FEF is #F5A010. Grayscale: #555555. Windows color (decimal): -16097297 or 15687434. OLE color: 15687434.

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

Color convert

RGB 10 95 239 -
CMYK 0.96 0.60 0 0.06
HSL 217.73º 0.92% 0.49% -
HSV(B) 217.73º 0.96% 0.94% -
XYZ 19.8 14.48 83.41 -
YUV 86 214.34 73.79 -
System Red Green Blue C M Y K H S L
Decimal 10 95 239 0.96 0.60 0 0.06 217.73 0.92 0.49
Hex A 5F EF 60 3C 0 6 DA 5C 31
Octal 12 137 357 140 74 0 6 332 134 61
Binary 1010 1011111 11101111 1100000 111100 0 110 11011010 1011100 110001

Color Harmonies of #0A5FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5FEF

Black with #0A5FEF

Text Example


Text Example

White with #0A5FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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