Html Css Color HEX #09245F Sapphire

📋 copy color: '#09245F'

red 9 ◦ green 36 ◦ blue 95

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

Shades of Sapphire #09245F

Tints of Sapphire #09245F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 25.71%

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

R = 6.43%
G = 25.71%
B = 67.86%

CMYK

 C value IS 0.91

 M value IS 0.62

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#09245F (or 0x09245F) is known color: Sapphire. HEX triplet: 09, 24 and 5F. RGB value is (9,36,95). Sum of RGB (Red+Green+Blue) = 9+36+95=140 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.43% from 140); Green value is 36 (14.45% from 255 or 25.71% from 140); Blue value is 95 (37.5% from 255 or 67.86% from 140); Max value from RGB is 95 - color contains mainly: blue. Hex color #09245F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09245F is #F6DBA0. Grayscale: #222222. Windows color (decimal): -16178081 or 6235145. OLE color: 6235145.

HSL color Cylindrical-coordinate representation of color #09245F: hue angle of 221.16º 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 #09245F is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 9 36 95 -
CMYK 0.91 0.62 0 0.63
HSL 221.16º 0.83% 0.2% -
HSV(B) 221.16º 0.91% 0.37% -
XYZ 2.81 2.15 11.09 -
YUV 34.65 162.05 109.7 -
System Red Green Blue C M Y K H S L
Decimal 9 36 95 0.91 0.62 0 0.63 221.16 0.83 0.2
Hex 9 24 5F 5B 3E 0 3F DD 53 14
Octal 11 44 137 133 76 0 77 335 123 24
Binary 1001 100100 1011111 1011011 111110 0 111111 11011101 1010011 10100

Color Harmonies of #09245F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09245F

Black with #09245F

Text Example


Text Example

White with #09245F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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