Html Css Color HEX #09276C Sapphire

📋 copy color: '#09276C'

red 9 ◦ green 39 ◦ blue 108

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

Shades of Sapphire #09276C

Tints of Sapphire #09276C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 25%

 BLUE value IS 108 (42.58% from 255) = 69.23%

R = 5.77%
G = 25%
B = 69.23%

CMYK

 C value IS 0.92

 M value IS 0.64

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#09276C (or 0x09276C) is known color: Sapphire. HEX triplet: 09, 27 and 6C. RGB value is (9,39,108). Sum of RGB (Red+Green+Blue) = 9+39+108=156 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.77% from 156); Green value is 39 (15.62% from 255 or 25% from 156); Blue value is 108 (42.58% from 255 or 69.23% from 156); Max value from RGB is 108 - color contains mainly: blue. Hex color #09276C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09276C is #F6D893. Grayscale: #252525. Windows color (decimal): -16177300 or 7087881. OLE color: 7087881.

HSL color Cylindrical-coordinate representation of color #09276C: hue angle of 221.82º degrees, saturation: 0.85, 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 #09276C is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 39 108 -
CMYK 0.92 0.64 0 0.58
HSL 221.82º 0.85% 0.23% -
HSV(B) 221.82º 0.92% 0.42% -
XYZ 3.54 2.59 14.5 -
YUV 37.9 167.56 107.39 -
System Red Green Blue C M Y K H S L
Decimal 9 39 108 0.92 0.64 0 0.58 221.82 0.85 0.23
Hex 9 27 6C 5C 40 0 3A DE 55 17
Octal 11 47 154 134 100 0 72 336 125 27
Binary 1001 100111 1101100 1011100 1000000 0 111010 11011110 1010101 10111

Color Harmonies of #09276C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09276C

Black with #09276C

Text Example


Text Example

White with #09276C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09276C; }

 p { color: rgb(9,39,108); }

 H1.HeaderClassName
 {
   color: #09276C;
 }
 .AnyTagClassName
 {
   color: #09276C;
 }
</style>

background-color css

<style>
 a { background-color: #09276C; }

 a { background-color: rgb(9,39,108); }

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

border-color css

<style>
 span { border-color: #09276C; }

 span { border-color: rgb(9,39,108); }

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