Html Css Color HEX #0A5CEF Navy Blue

📋 copy color: '#0A5CEF'

red 10 ◦ green 92 ◦ blue 239

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

Shades of Navy Blue #0A5CEF

Tints of Navy Blue #0A5CEF

RGB

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

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

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

R = 2.93%
G = 26.98%
B = 70.09%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0A5CEF (or 0x0A5CEF) is known color: Navy Blue. HEX triplet: 0A, 5C and EF. RGB value is (10,92,239). Sum of RGB (Red+Green+Blue) = 10+92+239=341 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.93% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 239 (93.75% from 255 or 70.09% from 341); Max value from RGB is 239 - color contains mainly: blue. Hex color #0A5CEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A5CEF is #F5A310. Grayscale: #535353. Windows color (decimal): -16098065 or 15686666. OLE color: 15686666.

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

Color convert

RGB 10 92 239 -
CMYK 0.96 0.62 0 0.06
HSL 218.52º 0.92% 0.49% -
HSV(B) 218.52º 0.96% 0.94% -
XYZ 19.53 13.95 83.32 -
YUV 84.24 215.33 75.05 -
System Red Green Blue C M Y K H S L
Decimal 10 92 239 0.96 0.62 0 0.06 218.52 0.92 0.49
Hex A 5C EF 60 3E 0 6 DB 5C 31
Octal 12 134 357 140 76 0 6 333 134 61
Binary 1010 1011100 11101111 1100000 111110 0 110 11011011 1011100 110001

Color Harmonies of #0A5CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5CEF

Black with #0A5CEF

Text Example


Text Example

White with #0A5CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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