Html Css Color HEX #09154F Sapphire

📋 copy color: '#09154F'

red 9 ◦ green 21 ◦ blue 79

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

Shades of Sapphire #09154F

Tints of Sapphire #09154F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 19.27%

 BLUE value IS 79 (31.25% from 255) = 72.48%

R = 8.26%
G = 19.27%
B = 72.48%

CMYK

 C value IS 0.89

 M value IS 0.73

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#09154F (or 0x09154F) is known color: Sapphire. HEX triplet: 09, 15 and 4F. RGB value is (9,21,79). Sum of RGB (Red+Green+Blue) = 9+21+79=109 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.26% from 109); Green value is 21 (8.59% from 255 or 19.27% from 109); Blue value is 79 (31.25% from 255 or 72.48% from 109); Max value from RGB is 79 - color contains mainly: blue. Hex color #09154F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09154F is #F6EAB0. Grayscale: #171717. Windows color (decimal): -16181937 or 5182729. OLE color: 5182729.

HSL color Cylindrical-coordinate representation of color #09154F: hue angle of 229.71º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #09154F is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 9 21 79 -
CMYK 0.89 0.73 0 0.69
HSL 229.71º 0.8% 0.17% -
HSV(B) 229.71º 0.89% 0.31% -
XYZ 1.79 1.16 7.53 -
YUV 24.02 159.02 117.28 -
System Red Green Blue C M Y K H S L
Decimal 9 21 79 0.89 0.73 0 0.69 229.71 0.8 0.17
Hex 9 15 4F 59 49 0 45 E6 50 11
Octal 11 25 117 131 111 0 105 346 120 21
Binary 1001 10101 1001111 1011001 1001001 0 1000101 11100110 1010000 10001

Color Harmonies of #09154F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09154F

Black with #09154F

Text Example


Text Example

White with #09154F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,21,79); }

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

background-color css

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

 a { background-color: rgb(9,21,79); }

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

border-color css

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

 span { border-color: rgb(9,21,79); }

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