Html Css Color HEX #09154E Sapphire

📋 copy color: '#09154E'

red 9 ◦ green 21 ◦ blue 78

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

Shades of Sapphire #09154E

Tints of Sapphire #09154E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 72.22%

R = 8.33%
G = 19.44%
B = 72.22%

CMYK

 C value IS 0.88

 M value IS 0.73

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#09154E (or 0x09154E) is known color: Sapphire. HEX triplet: 09, 15 and 4E. RGB value is (9,21,78). Sum of RGB (Red+Green+Blue) = 9+21+78=108 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.33% from 108); Green value is 21 (8.59% from 255 or 19.44% from 108); Blue value is 78 (30.86% from 255 or 72.22% from 108); Max value from RGB is 78 - color contains mainly: blue. Hex color #09154E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09154E is #F6EAB1. Grayscale: #171717. Windows color (decimal): -16181938 or 5117193. OLE color: 5117193.

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

Color convert

RGB 9 21 78 -
CMYK 0.88 0.73 0 0.69
HSL 229.57º 0.79% 0.17% -
HSV(B) 229.57º 0.88% 0.31% -
XYZ 1.76 1.14 7.34 -
YUV 23.91 158.52 117.37 -
System Red Green Blue C M Y K H S L
Decimal 9 21 78 0.88 0.73 0 0.69 229.57 0.79 0.17
Hex 9 15 4E 58 49 0 45 E6 4F 11
Octal 11 25 116 130 111 0 105 346 117 21
Binary 1001 10101 1001110 1011000 1001001 0 1000101 11100110 1001111 10001

Color Harmonies of #09154E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09154E

Black with #09154E

Text Example


Text Example

White with #09154E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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