Html Css Color HEX #0A60EB Navy Blue

📋 copy color: '#0A60EB'

red 10 ◦ green 96 ◦ blue 235

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

Shades of Navy Blue #0A60EB

Tints of Navy Blue #0A60EB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.15%

 BLUE value IS 235 (92.19% from 255) = 68.91%

R = 2.93%
G = 28.15%
B = 68.91%

CMYK

 C value IS 0.96

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0A60EB (or 0x0A60EB) is known color: Navy Blue. HEX triplet: 0A, 60 and EB. RGB value is (10,96,235). Sum of RGB (Red+Green+Blue) = 10+96+235=341 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.93% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 235 (92.19% from 255 or 68.91% from 341); Max value from RGB is 235 - color contains mainly: blue. Hex color #0A60EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A60EB is #F59F14. Grayscale: #555555. Windows color (decimal): -16097045 or 15425546. OLE color: 15425546.

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

Color convert

RGB 10 96 235 -
CMYK 0.96 0.59 0 0.08
HSL 217.07º 0.92% 0.48% -
HSV(B) 217.07º 0.96% 0.92% -
XYZ 19.3 14.43 80.36 -
YUV 86.13 212.01 73.7 -
System Red Green Blue C M Y K H S L
Decimal 10 96 235 0.96 0.59 0 0.08 217.07 0.92 0.48
Hex A 60 EB 60 3B 0 8 D9 5C 30
Octal 12 140 353 140 73 0 10 331 134 60
Binary 1010 1100000 11101011 1100000 111011 0 1000 11011001 1011100 110000

Color Harmonies of #0A60EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A60EB

Black with #0A60EB

Text Example


Text Example

White with #0A60EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,96,235); }

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

background-color css

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

 a { background-color: rgb(10,96,235); }

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

border-color css

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

 span { border-color: rgb(10,96,235); }

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