Html Css Color HEX #09236D Sapphire

📋 copy color: '#09236D'

red 9 ◦ green 35 ◦ blue 109

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

Shades of Sapphire #09236D

Tints of Sapphire #09236D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 71.24%

R = 5.88%
G = 22.88%
B = 71.24%

CMYK

 C value IS 0.92

 M value IS 0.68

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#09236D (or 0x09236D) is known color: Sapphire. HEX triplet: 09, 23 and 6D. RGB value is (9,35,109). Sum of RGB (Red+Green+Blue) = 9+35+109=153 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.88% from 153); Green value is 35 (14.06% from 255 or 22.88% from 153); Blue value is 109 (42.97% from 255 or 71.24% from 153); Max value from RGB is 109 - color contains mainly: blue. Hex color #09236D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09236D is #F6DC92. Grayscale: #232323. Windows color (decimal): -16178323 or 7152393. OLE color: 7152393.

HSL color Cylindrical-coordinate representation of color #09236D: hue angle of 224.4º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09236D is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 9 35 109 -
CMYK 0.92 0.68 0 0.57
HSL 224.4º 0.85% 0.23% -
HSV(B) 224.4º 0.92% 0.43% -
XYZ 3.47 2.36 14.74 -
YUV 35.66 169.39 108.98 -
System Red Green Blue C M Y K H S L
Decimal 9 35 109 0.92 0.68 0 0.57 224.4 0.85 0.23
Hex 9 23 6D 5C 44 0 39 E0 55 17
Octal 11 43 155 134 104 0 71 340 125 27
Binary 1001 100011 1101101 1011100 1000100 0 111001 11100000 1010101 10111

Color Harmonies of #09236D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09236D

Black with #09236D

Text Example


Text Example

White with #09236D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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