Html Css Color HEX #0A0366 Navy

📋 copy color: '#0A0366'

red 10 ◦ green 3 ◦ blue 102

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

Shades of Navy #0A0366

Tints of Navy #0A0366

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.61%

 BLUE value IS 102 (40.23% from 255) = 88.7%

R = 8.7%
G = 2.61%
B = 88.7%

CMYK

 C value IS 0.90

 M value IS 0.97

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#0A0366 (or 0x0A0366) is known color: Navy. HEX triplet: 0A, 03 and 66. RGB value is (10,3,102). Sum of RGB (Red+Green+Blue) = 10+3+102=115 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.70% from 115); Green value is 3 (1.56% from 255 or 2.61% from 115); Blue value is 102 (40.23% from 255 or 88.70% from 115); Max value from RGB is 102 - color contains mainly: blue. Hex color #0A0366 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0366 is #F5FC99. Grayscale: #0F0F0F. Windows color (decimal): -16120986 or 6685450. OLE color: 6685450.

HSL color Cylindrical-coordinate representation of color #0A0366: hue angle of 244.24º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0A0366 is Cyan = 0.90, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 10 3 102 -
CMYK 0.90 0.97 0 0.6
HSL 244.24º 0.94% 0.21% -
HSV(B) 244.24º 0.97% 0.4% -
XYZ 2.56 1.09 12.65 -
YUV 16.38 176.32 123.45 -
System Red Green Blue C M Y K H S L
Decimal 10 3 102 0.90 0.97 0 0.6 244.24 0.94 0.21
Hex A 3 66 5A 61 0 3C F4 5E 15
Octal 12 3 146 132 141 0 74 364 136 25
Binary 1010 11 1100110 1011010 1100001 0 111100 11110100 1011110 10101

Color Harmonies of #0A0366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0366

Black with #0A0366

Text Example


Text Example

White with #0A0366

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,3,102); }

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

background-color css

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

 a { background-color: rgb(10,3,102); }

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

border-color css

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

 span { border-color: rgb(10,3,102); }

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