Html Css Color HEX #0A76CA Navy Blue

📋 copy color: '#0A76CA'

red 10 ◦ green 118 ◦ blue 202

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

Shades of Navy Blue #0A76CA

Tints of Navy Blue #0A76CA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.76%

 BLUE value IS 202 (79.3% from 255) = 61.21%

R = 3.03%
G = 35.76%
B = 61.21%

CMYK

 C value IS 0.95

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0A76CA (or 0x0A76CA) is known color: Navy Blue. HEX triplet: 0A, 76 and CA. RGB value is (10,118,202). Sum of RGB (Red+Green+Blue) = 10+118+202=330 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.03% from 330); Green value is 118 (46.48% from 255 or 35.76% from 330); Blue value is 202 (79.30% from 255 or 61.21% from 330); Max value from RGB is 202 - color contains mainly: blue. Hex color #0A76CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A76CA is #F58935. Grayscale: #5E5E5E. Windows color (decimal): -16091446 or 13268490. OLE color: 13268490.

HSL color Cylindrical-coordinate representation of color #0A76CA: hue angle of 206.25º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A76CA is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 10 118 202 -
CMYK 0.95 0.42 0 0.21
HSL 206.25º 0.91% 0.42% -
HSV(B) 206.25º 0.95% 0.79% -
XYZ 17.26 17.29 58.3 -
YUV 95.28 188.22 67.17 -
System Red Green Blue C M Y K H S L
Decimal 10 118 202 0.95 0.42 0 0.21 206.25 0.91 0.42
Hex A 76 CA 5F 2A 0 15 CE 5B 2A
Octal 12 166 312 137 52 0 25 316 133 52
Binary 1010 1110110 11001010 1011111 101010 0 10101 11001110 1011011 101010

Color Harmonies of #0A76CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A76CA

Black with #0A76CA

Text Example


Text Example

White with #0A76CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,118,202); }

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

background-color css

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

 a { background-color: rgb(10,118,202); }

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

border-color css

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

 span { border-color: rgb(10,118,202); }

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