Html Css Color HEX #0A285B Sapphire

📋 copy color: '#0A285B'

red 10 ◦ green 40 ◦ blue 91

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

Shades of Sapphire #0A285B

Tints of Sapphire #0A285B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 64.54%

R = 7.09%
G = 28.37%
B = 64.54%

CMYK

 C value IS 0.89

 M value IS 0.56

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0A285B (or 0x0A285B) is known color: Sapphire. HEX triplet: 0A, 28 and 5B. RGB value is (10,40,91). Sum of RGB (Red+Green+Blue) = 10+40+91=141 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.09% from 141); Green value is 40 (16.02% from 255 or 28.37% from 141); Blue value is 91 (35.94% from 255 or 64.54% from 141); Max value from RGB is 91 - color contains mainly: blue. Hex color #0A285B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A285B is #F5D7A4. Grayscale: #242424. Windows color (decimal): -16111525 or 5974026. OLE color: 5974026.

HSL color Cylindrical-coordinate representation of color #0A285B: hue angle of 217.78º degrees, saturation: 0.8, 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 #0A285B is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 10 40 91 -
CMYK 0.89 0.56 0 0.64
HSL 217.78º 0.8% 0.2% -
HSV(B) 217.78º 0.89% 0.36% -
XYZ 2.77 2.34 10.2 -
YUV 36.84 158.56 108.85 -
System Red Green Blue C M Y K H S L
Decimal 10 40 91 0.89 0.56 0 0.64 217.78 0.8 0.2
Hex A 28 5B 59 38 0 40 DA 50 14
Octal 12 50 133 131 70 0 100 332 120 24
Binary 1010 101000 1011011 1011001 111000 0 1000000 11011010 1010000 10100

Color Harmonies of #0A285B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A285B

Black with #0A285B

Text Example


Text Example

White with #0A285B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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