Html Css Color HEX #09246F Sapphire

📋 copy color: '#09246F'

red 9 ◦ green 36 ◦ blue 111

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

Shades of Sapphire #09246F

Tints of Sapphire #09246F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 71.15%

R = 5.77%
G = 23.08%
B = 71.15%

CMYK

 C value IS 0.92

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#09246F (or 0x09246F) is known color: Sapphire. HEX triplet: 09, 24 and 6F. RGB value is (9,36,111). Sum of RGB (Red+Green+Blue) = 9+36+111=156 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.77% from 156); Green value is 36 (14.45% from 255 or 23.08% from 156); Blue value is 111 (43.75% from 255 or 71.15% from 156); Max value from RGB is 111 - color contains mainly: blue. Hex color #09246F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09246F is #F6DB90. Grayscale: #242424. Windows color (decimal): -16178065 or 7283721. OLE color: 7283721.

HSL color Cylindrical-coordinate representation of color #09246F: hue angle of 224.12º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09246F is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 36 111 -
CMYK 0.92 0.68 0 0.56
HSL 224.12º 0.85% 0.24% -
HSV(B) 224.12º 0.92% 0.44% -
XYZ 3.61 2.47 15.32 -
YUV 36.48 170.05 108.4 -
System Red Green Blue C M Y K H S L
Decimal 9 36 111 0.92 0.68 0 0.56 224.12 0.85 0.24
Hex 9 24 6F 5C 44 0 38 E0 55 18
Octal 11 44 157 134 104 0 70 340 125 30
Binary 1001 100100 1101111 1011100 1000100 0 111000 11100000 1010101 11000

Color Harmonies of #09246F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09246F

Black with #09246F

Text Example


Text Example

White with #09246F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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