Html Css Color HEX #0A7EE5 Navy Blue

📋 copy color: '#0A7EE5'

red 10 ◦ green 126 ◦ blue 229

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

Shades of Navy Blue #0A7EE5

Tints of Navy Blue #0A7EE5

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.52%

 BLUE value IS 229 (89.84% from 255) = 62.74%

R = 2.74%
G = 34.52%
B = 62.74%

CMYK

 C value IS 0.96

 M value IS 0.45

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#0A7EE5 (or 0x0A7EE5) is known color: Navy Blue. HEX triplet: 0A, 7E and E5. RGB value is (10,126,229). Sum of RGB (Red+Green+Blue) = 10+126+229=365 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.74% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 229 (89.84% from 255 or 62.74% from 365); Max value from RGB is 229 - color contains mainly: blue. Hex color #0A7EE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A7EE5 is #F5811A. Grayscale: #666666. Windows color (decimal): -16089371 or 15040010. OLE color: 15040010.

HSL color Cylindrical-coordinate representation of color #0A7EE5: hue angle of 208.22º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A7EE5 is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 10 126 229 -
CMYK 0.96 0.45 0 0.10
HSL 208.22º 0.92% 0.47% -
HSV(B) 208.22º 0.96% 0.9% -
XYZ 21.73 20.64 76.97 -
YUV 103.06 199.07 61.62 -
System Red Green Blue C M Y K H S L
Decimal 10 126 229 0.96 0.45 0 0.10 208.22 0.92 0.47
Hex A 7E E5 60 2D 0 A D0 5C 2F
Octal 12 176 345 140 55 0 12 320 134 57
Binary 1010 1111110 11100101 1100000 101101 0 1010 11010000 1011100 101111

Color Harmonies of #0A7EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7EE5

Black with #0A7EE5

Text Example


Text Example

White with #0A7EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,126,229); }

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

background-color css

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

 a { background-color: rgb(10,126,229); }

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

border-color css

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

 span { border-color: rgb(10,126,229); }

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