Html Css Color HEX #0A5CEA Navy Blue

📋 copy color: '#0A5CEA'

red 10 ◦ green 92 ◦ blue 234

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

Shades of Navy Blue #0A5CEA

Tints of Navy Blue #0A5CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 69.64%

R = 2.98%
G = 27.38%
B = 69.64%

CMYK

 C value IS 0.96

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0A5CEA (or 0x0A5CEA) is known color: Navy Blue. HEX triplet: 0A, 5C and EA. RGB value is (10,92,234). Sum of RGB (Red+Green+Blue) = 10+92+234=336 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.98% from 336); Green value is 92 (36.33% from 255 or 27.38% from 336); Blue value is 234 (91.80% from 255 or 69.64% from 336); Max value from RGB is 234 - color contains mainly: blue. Hex color #0A5CEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A5CEA is #F5A315. Grayscale: #535353. Windows color (decimal): -16098070 or 15358986. OLE color: 15358986.

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

Color convert

RGB 10 92 234 -
CMYK 0.96 0.61 0 0.08
HSL 218.04º 0.92% 0.48% -
HSV(B) 218.04º 0.96% 0.92% -
XYZ 18.8 13.66 79.49 -
YUV 83.67 212.83 75.45 -
System Red Green Blue C M Y K H S L
Decimal 10 92 234 0.96 0.61 0 0.08 218.04 0.92 0.48
Hex A 5C EA 60 3D 0 8 DA 5C 30
Octal 12 134 352 140 75 0 10 332 134 60
Binary 1010 1011100 11101010 1100000 111101 0 1000 11011010 1011100 110000

Color Harmonies of #0A5CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5CEA

Black with #0A5CEA

Text Example


Text Example

White with #0A5CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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