Html Css Color HEX #09154D Sapphire

📋 copy color: '#09154D'

red 9 ◦ green 21 ◦ blue 77

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

Shades of Sapphire #09154D

Tints of Sapphire #09154D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 71.96%

R = 8.41%
G = 19.63%
B = 71.96%

CMYK

 C value IS 0.88

 M value IS 0.73

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#09154D (or 0x09154D) is known color: Sapphire. HEX triplet: 09, 15 and 4D. RGB value is (9,21,77). Sum of RGB (Red+Green+Blue) = 9+21+77=107 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.41% from 107); Green value is 21 (8.59% from 255 or 19.63% from 107); Blue value is 77 (30.47% from 255 or 71.96% from 107); Max value from RGB is 77 - color contains mainly: blue. Hex color #09154D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09154D is #F6EAB2. Grayscale: #171717. Windows color (decimal): -16181939 or 5051657. OLE color: 5051657.

HSL color Cylindrical-coordinate representation of color #09154D: hue angle of 229.41º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09154D is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 9 21 77 -
CMYK 0.88 0.73 0 0.70
HSL 229.41º 0.79% 0.17% -
HSV(B) 229.41º 0.88% 0.3% -
XYZ 1.72 1.13 7.15 -
YUV 23.8 158.02 117.45 -
System Red Green Blue C M Y K H S L
Decimal 9 21 77 0.88 0.73 0 0.70 229.41 0.79 0.17
Hex 9 15 4D 58 49 0 46 E5 4F 11
Octal 11 25 115 130 111 0 106 345 117 21
Binary 1001 10101 1001101 1011000 1001001 0 1000110 11100101 1001111 10001

Color Harmonies of #09154D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09154D

Black with #09154D

Text Example


Text Example

White with #09154D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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