Html Css Color HEX #0A0587 Dark Blue

📋 copy color: '#0A0587'

red 10 ◦ green 5 ◦ blue 135

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

Shades of Dark Blue #0A0587

Tints of Dark Blue #0A0587

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.33%

 BLUE value IS 135 (53.13% from 255) = 90%

R = 6.67%
G = 3.33%
B = 90%

CMYK

 C value IS 0.93

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0A0587 (or 0x0A0587) is known color: Dark Blue. HEX triplet: 0A, 05 and 87. RGB value is (10,5,135). Sum of RGB (Red+Green+Blue) = 10+5+135=150 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.67% from 150); Green value is 5 (2.34% from 255 or 3.33% from 150); Blue value is 135 (53.12% from 255 or 90% from 150); Max value from RGB is 135 - color contains mainly: blue. Hex color #0A0587 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0587 is #F5FA78. Grayscale: #141414. Windows color (decimal): -16120441 or 8848650. OLE color: 8848650.

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

Color convert

RGB 10 5 135 -
CMYK 0.93 0.96 0 0.47
HSL 242.31º 0.93% 0.27% -
HSV(B) 242.31º 0.96% 0.53% -
XYZ 4.55 1.92 23.05 -
YUV 21.32 192.16 119.93 -
System Red Green Blue C M Y K H S L
Decimal 10 5 135 0.93 0.96 0 0.47 242.31 0.93 0.27
Hex A 5 87 5D 60 0 2F F2 5D 1B
Octal 12 5 207 135 140 0 57 362 135 33
Binary 1010 101 10000111 1011101 1100000 0 101111 11110010 1011101 11011

Color Harmonies of #0A0587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0587

Black with #0A0587

Text Example


Text Example

White with #0A0587

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,5,135); }

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

background-color css

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

 a { background-color: rgb(10,5,135); }

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

border-color css

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

 span { border-color: rgb(10,5,135); }

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