Html Css Color HEX #09246A Sapphire

📋 copy color: '#09246A'

red 9 ◦ green 36 ◦ blue 106

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

Shades of Sapphire #09246A

Tints of Sapphire #09246A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 70.2%

R = 5.96%
G = 23.84%
B = 70.2%

CMYK

 C value IS 0.92

 M value IS 0.66

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#09246A (or 0x09246A) is known color: Sapphire. HEX triplet: 09, 24 and 6A. RGB value is (9,36,106). Sum of RGB (Red+Green+Blue) = 9+36+106=151 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.96% from 151); Green value is 36 (14.45% from 255 or 23.84% from 151); Blue value is 106 (41.80% from 255 or 70.20% from 151); Max value from RGB is 106 - color contains mainly: blue. Hex color #09246A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09246A is #F6DB95. Grayscale: #232323. Windows color (decimal): -16178070 or 6956041. OLE color: 6956041.

HSL color Cylindrical-coordinate representation of color #09246A: hue angle of 223.3º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09246A is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 36 106 -
CMYK 0.92 0.66 0 0.58
HSL 223.3º 0.84% 0.23% -
HSV(B) 223.3º 0.92% 0.42% -
XYZ 3.35 2.36 13.91 -
YUV 35.91 167.55 108.81 -
System Red Green Blue C M Y K H S L
Decimal 9 36 106 0.92 0.66 0 0.58 223.3 0.84 0.23
Hex 9 24 6A 5C 42 0 3A DF 54 17
Octal 11 44 152 134 102 0 72 337 124 27
Binary 1001 100100 1101010 1011100 1000010 0 111010 11011111 1010100 10111

Color Harmonies of #09246A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09246A

Black with #09246A

Text Example


Text Example

White with #09246A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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