Html Css Color HEX #0A008F Dark Blue

📋 copy color: '#0A008F'

red 10 ◦ green 0 ◦ blue 143

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

Shades of Dark Blue #0A008F

Tints of Dark Blue #0A008F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 93.46%

R = 6.54%
G = 0%
B = 93.46%

CMYK

 C value IS 0.93

 M value IS 1

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0A008F (or 0x0A008F) is known color: Dark Blue. HEX triplet: 0A, 00 and 8F. RGB value is (10,0,143). Sum of RGB (Red+Green+Blue) = 10+0+143=153 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.54% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 143 (56.25% from 255 or 93.46% from 153); Max value from RGB is 143 - color contains mainly: blue. Hex color #0A008F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A008F is #F5FF70. Grayscale: #121212. Windows color (decimal): -16121713 or 9371658. OLE color: 9371658.

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

Color convert

RGB 10 0 143 -
CMYK 0.93 1 0 0.44
HSL 244.2º 1% 0.28% -
HSV(B) 244.2º 1% 0.56% -
XYZ 5.08 2.05 26.11 -
YUV 19.29 197.81 121.37 -
System Red Green Blue C M Y K H S L
Decimal 10 0 143 0.93 1 0 0.44 244.2 1 0.28
Hex A 0 8F 5D 64 0 2C F4 64 1C
Octal 12 0 217 135 144 0 54 364 144 34
Binary 1010 0 10001111 1011101 1100100 0 101100 11110100 1100100 11100

Color Harmonies of #0A008F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A008F

Black with #0A008F

Text Example


Text Example

White with #0A008F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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