Html Css Color HEX #09306F Sapphire

📋 copy color: '#09306F'

red 9 ◦ green 48 ◦ blue 111

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

Shades of Sapphire #09306F

Tints of Sapphire #09306F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.57%

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

R = 5.36%
G = 28.57%
B = 66.07%

CMYK

 C value IS 0.92

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#09306F (or 0x09306F) is known color: Sapphire. HEX triplet: 09, 30 and 6F. RGB value is (9,48,111). Sum of RGB (Red+Green+Blue) = 9+48+111=168 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.36% from 168); Green value is 48 (19.14% from 255 or 28.57% from 168); Blue value is 111 (43.75% from 255 or 66.07% from 168); Max value from RGB is 111 - color contains mainly: blue. Hex color #09306F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09306F is #F6CF90. Grayscale: #2B2B2B. Windows color (decimal): -16174993 or 7286793. OLE color: 7286793.

HSL color Cylindrical-coordinate representation of color #09306F: hue angle of 217.06º 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 #09306F is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 48 111 -
CMYK 0.92 0.57 0 0.56
HSL 217.06º 0.85% 0.24% -
HSV(B) 217.06º 0.92% 0.44% -
XYZ 4.04 3.32 15.47 -
YUV 43.52 166.08 103.38 -
System Red Green Blue C M Y K H S L
Decimal 9 48 111 0.92 0.57 0 0.56 217.06 0.85 0.24
Hex 9 30 6F 5C 39 0 38 D9 55 18
Octal 11 60 157 134 71 0 70 331 125 30
Binary 1001 110000 1101111 1011100 111001 0 111000 11011001 1010101 11000

Color Harmonies of #09306F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09306F

Black with #09306F

Text Example


Text Example

White with #09306F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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