Html Css Color HEX #0A046D Navy

📋 copy color: '#0A046D'

red 10 ◦ green 4 ◦ blue 109

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

Shades of Navy #0A046D

Tints of Navy #0A046D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.25%

 BLUE value IS 109 (42.97% from 255) = 88.62%

R = 8.13%
G = 3.25%
B = 88.62%

CMYK

 C value IS 0.91

 M value IS 0.96

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0A046D (or 0x0A046D) is known color: Navy. HEX triplet: 0A, 04 and 6D. RGB value is (10,4,109). Sum of RGB (Red+Green+Blue) = 10+4+109=123 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.13% from 123); Green value is 4 (1.95% from 255 or 3.25% from 123); Blue value is 109 (42.97% from 255 or 88.62% from 123); Max value from RGB is 109 - color contains mainly: blue. Hex color #0A046D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A046D is #F5FB92. Grayscale: #111111. Windows color (decimal): -16120723 or 7144458. OLE color: 7144458.

HSL color Cylindrical-coordinate representation of color #0A046D: hue angle of 243.43º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A046D is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 10 4 109 -
CMYK 0.91 0.96 0 0.57
HSL 243.43º 0.93% 0.22% -
HSV(B) 243.43º 0.96% 0.43% -
XYZ 2.93 1.26 14.56 -
YUV 17.76 179.49 122.46 -
System Red Green Blue C M Y K H S L
Decimal 10 4 109 0.91 0.96 0 0.57 243.43 0.93 0.22
Hex A 4 6D 5B 60 0 39 F3 5D 16
Octal 12 4 155 133 140 0 71 363 135 26
Binary 1010 100 1101101 1011011 1100000 0 111001 11110011 1011101 10110

Color Harmonies of #0A046D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A046D

Black with #0A046D

Text Example


Text Example

White with #0A046D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,4,109); }

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

background-color css

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

 a { background-color: rgb(10,4,109); }

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

border-color css

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

 span { border-color: rgb(10,4,109); }

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