Html Css Color HEX #0A285F Sapphire

📋 copy color: '#0A285F'

red 10 ◦ green 40 ◦ blue 95

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

Shades of Sapphire #0A285F

Tints of Sapphire #0A285F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 27.59%

 BLUE value IS 95 (37.5% from 255) = 65.52%

R = 6.9%
G = 27.59%
B = 65.52%

CMYK

 C value IS 0.89

 M value IS 0.58

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0A285F (or 0x0A285F) is known color: Sapphire. HEX triplet: 0A, 28 and 5F. RGB value is (10,40,95). Sum of RGB (Red+Green+Blue) = 10+40+95=145 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.90% from 145); Green value is 40 (16.02% from 255 or 27.59% from 145); Blue value is 95 (37.5% from 255 or 65.52% from 145); Max value from RGB is 95 - color contains mainly: blue. Hex color #0A285F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A285F is #F5D7A0. Grayscale: #252525. Windows color (decimal): -16111521 or 6236170. OLE color: 6236170.

HSL color Cylindrical-coordinate representation of color #0A285F: hue angle of 218.82º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A285F is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 10 40 95 -
CMYK 0.89 0.58 0 0.63
HSL 218.82º 0.81% 0.21% -
HSV(B) 218.82º 0.89% 0.37% -
XYZ 2.95 2.41 11.14 -
YUV 37.3 160.56 108.53 -
System Red Green Blue C M Y K H S L
Decimal 10 40 95 0.89 0.58 0 0.63 218.82 0.81 0.21
Hex A 28 5F 59 3A 0 3F DB 51 15
Octal 12 50 137 131 72 0 77 333 121 25
Binary 1010 101000 1011111 1011001 111010 0 111111 11011011 1010001 10101

Color Harmonies of #0A285F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A285F

Black with #0A285F

Text Example


Text Example

White with #0A285F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,40,95); }

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

background-color css

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

 a { background-color: rgb(10,40,95); }

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

border-color css

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

 span { border-color: rgb(10,40,95); }

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