Html Css Color HEX #0A008A Dark Blue

📋 copy color: '#0A008A'

red 10 ◦ green 0 ◦ blue 138

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

Shades of Dark Blue #0A008A

Tints of Dark Blue #0A008A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 93.24%

R = 6.76%
G = 0%
B = 93.24%

CMYK

 C value IS 0.93

 M value IS 1

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0A008A (or 0x0A008A) is known color: Dark Blue. HEX triplet: 0A, 00 and 8A. RGB value is (10,0,138). Sum of RGB (Red+Green+Blue) = 10+0+138=148 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.76% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 138 (54.30% from 255 or 93.24% from 148); Max value from RGB is 138 - color contains mainly: blue. Hex color #0A008A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A008A is #F5FF75. Grayscale: #121212. Windows color (decimal): -16121718 or 9043978. OLE color: 9043978.

HSL color Cylindrical-coordinate representation of color #0A008A: hue angle of 244.35º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A008A is Cyan = 0.93, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 10 0 138 -
CMYK 0.93 1 0 0.46
HSL 244.35º 1% 0.27% -
HSV(B) 244.35º 1% 0.54% -
XYZ 4.71 1.9 24.16 -
YUV 18.72 195.31 121.78 -
System Red Green Blue C M Y K H S L
Decimal 10 0 138 0.93 1 0 0.46 244.35 1 0.27
Hex A 0 8A 5D 64 0 2E F4 64 1B
Octal 12 0 212 135 144 0 56 364 144 33
Binary 1010 0 10001010 1011101 1100100 0 101110 11110100 1100100 11011

Color Harmonies of #0A008A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A008A

Black with #0A008A

Text Example


Text Example

White with #0A008A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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