Html Css Color HEX #000A6B Navy

📋 copy color: '#000A6B'

red 0 ◦ green 10 ◦ blue 107

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

Shades of Navy #000A6B

Tints of Navy #000A6B

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 10 (4.3% from 255) = 8.55%

 BLUE value IS 107 (42.19% from 255) = 91.45%

R = 0%
G = 8.55%
B = 91.45%

CMYK

 C value IS 1

 M value IS 0.91

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#000A6B (or 0x000A6B) is known color: Navy. HEX triplet: 00, 0A and 6B. RGB value is (0,10,107). Sum of RGB (Red+Green+Blue) = 0+10+107=117 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 117); Green value is 10 (4.30% from 255 or 8.55% from 117); Blue value is 107 (42.19% from 255 or 91.45% from 117); Max value from RGB is 107 - color contains mainly: blue. Hex color #000A6B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000A6B is #FFF594. Grayscale: #111111. Windows color (decimal): -16774549 or 7014912. OLE color: 7014912.

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

Color convert

RGB 0 10 107 -
CMYK 1 0.91 0 0.58
HSL 234.39º 1% 0.21% -
HSV(B) 234.39º 1% 0.42% -
XYZ 2.76 1.28 14.01 -
YUV 18.07 178.19 115.11 -
System Red Green Blue C M Y K H S L
Decimal 0 10 107 1 0.91 0 0.58 234.39 1 0.21
Hex 0 A 6B 64 5B 0 3A EA 64 15
Octal 0 12 153 144 133 0 72 352 144 25
Binary 0 1010 1101011 1100100 1011011 0 111010 11101010 1100100 10101

Color Harmonies of #000A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000A6B

Black with #000A6B

Text Example


Text Example

White with #000A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000A6B; }

 p { color: rgb(0,10,107); }

 H1.HeaderClassName
 {
   color: #000A6B;
 }
 .AnyTagClassName
 {
   color: #000A6B;
 }
</style>

background-color css

<style>
 a { background-color: #000A6B; }

 a { background-color: rgb(0,10,107); }

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

border-color css

<style>
 span { border-color: #000A6B; }

 span { border-color: rgb(0,10,107); }

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