Html Css Color HEX #09285A Sapphire

📋 copy color: '#09285A'

red 9 ◦ green 40 ◦ blue 90

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

Shades of Sapphire #09285A

Tints of Sapphire #09285A

RGB

 RED value IS 9 (3.91% from 255) = 6.47%

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

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

R = 6.47%
G = 28.78%
B = 64.75%

CMYK

 C value IS 0.9

 M value IS 0.56

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#09285A (or 0x09285A) is known color: Sapphire. HEX triplet: 09, 28 and 5A. RGB value is (9,40,90). Sum of RGB (Red+Green+Blue) = 9+40+90=139 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.47% from 139); Green value is 40 (16.02% from 255 or 28.78% from 139); Blue value is 90 (35.55% from 255 or 64.75% from 139); Max value from RGB is 90 - color contains mainly: blue. Hex color #09285A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09285A is #F6D7A5. Grayscale: #242424. Windows color (decimal): -16177062 or 5908489. OLE color: 5908489.

HSL color Cylindrical-coordinate representation of color #09285A: hue angle of 217.04º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09285A is Cyan = 0.9, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 40 90 -
CMYK 0.9 0.56 0 0.65
HSL 217.04º 0.82% 0.19% -
HSV(B) 217.04º 0.9% 0.35% -
XYZ 2.72 2.31 9.98 -
YUV 36.43 158.23 108.43 -
System Red Green Blue C M Y K H S L
Decimal 9 40 90 0.9 0.56 0 0.65 217.04 0.82 0.19
Hex 9 28 5A 5A 38 0 41 D9 52 13
Octal 11 50 132 132 70 0 101 331 122 23
Binary 1001 101000 1011010 1011010 111000 0 1000001 11011001 1010010 10011

Color Harmonies of #09285A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09285A

Black with #09285A

Text Example


Text Example

White with #09285A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09285A; }

 p { color: rgb(9,40,90); }

 H1.HeaderClassName
 {
   color: #09285A;
 }
 .AnyTagClassName
 {
   color: #09285A;
 }
</style>

background-color css

<style>
 a { background-color: #09285A; }

 a { background-color: rgb(9,40,90); }

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

border-color css

<style>
 span { border-color: #09285A; }

 span { border-color: rgb(9,40,90); }

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