Html Css Color HEX #09285F Sapphire

📋 copy color: '#09285F'

red 9 ◦ green 40 ◦ blue 95

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

Shades of Sapphire #09285F

Tints of Sapphire #09285F

RGB

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

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

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

R = 6.25%
G = 27.78%
B = 65.97%

CMYK

 C value IS 0.91

 M value IS 0.58

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#09285F (or 0x09285F) is known color: Sapphire. HEX triplet: 09, 28 and 5F. RGB value is (9,40,95). Sum of RGB (Red+Green+Blue) = 9+40+95=144 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.25% from 144); Green value is 40 (16.02% from 255 or 27.78% from 144); Blue value is 95 (37.5% from 255 or 65.97% from 144); Max value from RGB is 95 - color contains mainly: blue. Hex color #09285F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09285F is #F6D7A0. Grayscale: #242424. Windows color (decimal): -16177057 or 6236169. OLE color: 6236169.

HSL color Cylindrical-coordinate representation of color #09285F: hue angle of 218.37º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09285F is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 9 40 95 -
CMYK 0.91 0.58 0 0.63
HSL 218.37º 0.83% 0.2% -
HSV(B) 218.37º 0.91% 0.37% -
XYZ 2.94 2.4 11.14 -
YUV 37 160.73 108.03 -
System Red Green Blue C M Y K H S L
Decimal 9 40 95 0.91 0.58 0 0.63 218.37 0.83 0.2
Hex 9 28 5F 5B 3A 0 3F DA 53 14
Octal 11 50 137 133 72 0 77 332 123 24
Binary 1001 101000 1011111 1011011 111010 0 111111 11011010 1010011 10100

Color Harmonies of #09285F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09285F

Black with #09285F

Text Example


Text Example

White with #09285F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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