Html Css Color HEX #0A295A Sapphire

📋 copy color: '#0A295A'

red 10 ◦ green 41 ◦ blue 90

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

Shades of Sapphire #0A295A

Tints of Sapphire #0A295A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 29.08%

 BLUE value IS 90 (35.55% from 255) = 63.83%

R = 7.09%
G = 29.08%
B = 63.83%

CMYK

 C value IS 0.89

 M value IS 0.54

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0A295A (or 0x0A295A) is known color: Sapphire. HEX triplet: 0A, 29 and 5A. RGB value is (10,41,90). Sum of RGB (Red+Green+Blue) = 10+41+90=141 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.09% from 141); Green value is 41 (16.41% from 255 or 29.08% from 141); Blue value is 90 (35.55% from 255 or 63.83% from 141); Max value from RGB is 90 - color contains mainly: blue. Hex color #0A295A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A295A is #F5D6A5. Grayscale: #252525. Windows color (decimal): -16111270 or 5908746. OLE color: 5908746.

HSL color Cylindrical-coordinate representation of color #0A295A: hue angle of 216.75º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A295A is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 10 41 90 -
CMYK 0.89 0.54 0 0.65
HSL 216.75º 0.8% 0.2% -
HSV(B) 216.75º 0.89% 0.35% -
XYZ 2.76 2.39 9.99 -
YUV 37.32 157.73 108.52 -
System Red Green Blue C M Y K H S L
Decimal 10 41 90 0.89 0.54 0 0.65 216.75 0.8 0.2
Hex A 29 5A 59 36 0 41 D9 50 14
Octal 12 51 132 131 66 0 101 331 120 24
Binary 1010 101001 1011010 1011001 110110 0 1000001 11011001 1010000 10100

Color Harmonies of #0A295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A295A

Black with #0A295A

Text Example


Text Example

White with #0A295A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,41,90); }

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

background-color css

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

 a { background-color: rgb(10,41,90); }

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

border-color css

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

 span { border-color: rgb(10,41,90); }

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