Html Css Color HEX #0A285D Sapphire

📋 copy color: '#0A285D'

red 10 ◦ green 40 ◦ blue 93

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

Shades of Sapphire #0A285D

Tints of Sapphire #0A285D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 65.03%

R = 6.99%
G = 27.97%
B = 65.03%

CMYK

 C value IS 0.89

 M value IS 0.57

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0A285D (or 0x0A285D) is known color: Sapphire. HEX triplet: 0A, 28 and 5D. RGB value is (10,40,93). Sum of RGB (Red+Green+Blue) = 10+40+93=143 (18% of max value = 765). Red value is 10 (4.30% from 255 or 6.99% from 143); Green value is 40 (16.02% from 255 or 27.97% from 143); Blue value is 93 (36.72% from 255 or 65.03% from 143); Max value from RGB is 93 - color contains mainly: blue. Hex color #0A285D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A285D is #F5D7A2. Grayscale: #242424. Windows color (decimal): -16111523 or 6105098. OLE color: 6105098.

HSL color Cylindrical-coordinate representation of color #0A285D: hue angle of 218.31º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A285D is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 10 40 93 -
CMYK 0.89 0.57 0 0.64
HSL 218.31º 0.81% 0.2% -
HSV(B) 218.31º 0.89% 0.36% -
XYZ 2.86 2.37 10.66 -
YUV 37.07 159.56 108.69 -
System Red Green Blue C M Y K H S L
Decimal 10 40 93 0.89 0.57 0 0.64 218.31 0.81 0.2
Hex A 28 5D 59 39 0 40 DA 51 14
Octal 12 50 135 131 71 0 100 332 121 24
Binary 1010 101000 1011101 1011001 111001 0 1000000 11011010 1010001 10100

Color Harmonies of #0A285D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A285D

Black with #0A285D

Text Example


Text Example

White with #0A285D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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