Html Css Color HEX #09306C Sapphire

📋 copy color: '#09306C'

red 9 ◦ green 48 ◦ blue 108

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

Shades of Sapphire #09306C

Tints of Sapphire #09306C

RGB

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

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

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

R = 5.45%
G = 29.09%
B = 65.45%

CMYK

 C value IS 0.92

 M value IS 0.56

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#09306C (or 0x09306C) is known color: Sapphire. HEX triplet: 09, 30 and 6C. RGB value is (9,48,108). Sum of RGB (Red+Green+Blue) = 9+48+108=165 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.45% from 165); Green value is 48 (19.14% from 255 or 29.09% from 165); Blue value is 108 (42.58% from 255 or 65.45% from 165); Max value from RGB is 108 - color contains mainly: blue. Hex color #09306C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09306C is #F6CF93. Grayscale: #2A2A2A. Windows color (decimal): -16174996 or 7090185. OLE color: 7090185.

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

Color convert

RGB 9 48 108 -
CMYK 0.92 0.56 0 0.58
HSL 216.36º 0.85% 0.23% -
HSV(B) 216.36º 0.92% 0.42% -
XYZ 3.88 3.25 14.61 -
YUV 43.18 164.58 103.62 -
System Red Green Blue C M Y K H S L
Decimal 9 48 108 0.92 0.56 0 0.58 216.36 0.85 0.23
Hex 9 30 6C 5C 38 0 3A D8 55 17
Octal 11 60 154 134 70 0 72 330 125 27
Binary 1001 110000 1101100 1011100 111000 0 111010 11011000 1010101 10111

Color Harmonies of #09306C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09306C

Black with #09306C

Text Example


Text Example

White with #09306C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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