Html Css Color HEX #09307A Sapphire

📋 copy color: '#09307A'

red 9 ◦ green 48 ◦ blue 122

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

Shades of Sapphire #09307A

Tints of Sapphire #09307A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 68.16%

R = 5.03%
G = 26.82%
B = 68.16%

CMYK

 C value IS 0.93

 M value IS 0.61

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#09307A (or 0x09307A) is known color: Sapphire. HEX triplet: 09, 30 and 7A. RGB value is (9,48,122). Sum of RGB (Red+Green+Blue) = 9+48+122=179 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.03% from 179); Green value is 48 (19.14% from 255 or 26.82% from 179); Blue value is 122 (48.05% from 255 or 68.16% from 179); Max value from RGB is 122 - color contains mainly: blue. Hex color #09307A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09307A is #F6CF85. Grayscale: #2C2C2C. Windows color (decimal): -16174982 or 8007689. OLE color: 8007689.

HSL color Cylindrical-coordinate representation of color #09307A: hue angle of 219.29º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09307A is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 9 48 122 -
CMYK 0.93 0.61 0 0.52
HSL 219.29º 0.86% 0.26% -
HSV(B) 219.29º 0.93% 0.48% -
XYZ 4.68 3.58 18.86 -
YUV 44.78 171.58 102.48 -
System Red Green Blue C M Y K H S L
Decimal 9 48 122 0.93 0.61 0 0.52 219.29 0.86 0.26
Hex 9 30 7A 5D 3D 0 34 DB 56 1A
Octal 11 60 172 135 75 0 64 333 126 32
Binary 1001 110000 1111010 1011101 111101 0 110100 11011011 1010110 11010

Color Harmonies of #09307A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09307A

Black with #09307A

Text Example


Text Example

White with #09307A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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