Html Css Color HEX #09236A Sapphire

📋 copy color: '#09236A'

red 9 ◦ green 35 ◦ blue 106

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

Shades of Sapphire #09236A

Tints of Sapphire #09236A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 23.33%

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

R = 6%
G = 23.33%
B = 70.67%

CMYK

 C value IS 0.92

 M value IS 0.67

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#09236A (or 0x09236A) is known color: Sapphire. HEX triplet: 09, 23 and 6A. RGB value is (9,35,106). Sum of RGB (Red+Green+Blue) = 9+35+106=150 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6% from 150); Green value is 35 (14.06% from 255 or 23.33% from 150); Blue value is 106 (41.80% from 255 or 70.67% from 150); Max value from RGB is 106 - color contains mainly: blue. Hex color #09236A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09236A is #F6DC95. Grayscale: #232323. Windows color (decimal): -16178326 or 6955785. OLE color: 6955785.

HSL color Cylindrical-coordinate representation of color #09236A: hue angle of 223.92º 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 #09236A is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 35 106 -
CMYK 0.92 0.67 0 0.58
HSL 223.92º 0.84% 0.23% -
HSV(B) 223.92º 0.92% 0.42% -
XYZ 3.32 2.3 13.91 -
YUV 35.32 167.89 109.23 -
System Red Green Blue C M Y K H S L
Decimal 9 35 106 0.92 0.67 0 0.58 223.92 0.84 0.23
Hex 9 23 6A 5C 43 0 3A E0 54 17
Octal 11 43 152 134 103 0 72 340 124 27
Binary 1001 100011 1101010 1011100 1000011 0 111010 11100000 1010100 10111

Color Harmonies of #09236A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09236A

Black with #09236A

Text Example


Text Example

White with #09236A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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