Html Css Color HEX #09155E Sapphire

📋 copy color: '#09155E'

red 9 ◦ green 21 ◦ blue 94

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

Shades of Sapphire #09155E

Tints of Sapphire #09155E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 75.81%

R = 7.26%
G = 16.94%
B = 75.81%

CMYK

 C value IS 0.90

 M value IS 0.78

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#09155E (or 0x09155E) is known color: Sapphire. HEX triplet: 09, 15 and 5E. RGB value is (9,21,94). Sum of RGB (Red+Green+Blue) = 9+21+94=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 94 (37.11% from 255 or 75.81% from 124); Max value from RGB is 94 - color contains mainly: blue. Hex color #09155E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09155E is #F6EAA1. Grayscale: #191919. Windows color (decimal): -16181922 or 6165769. OLE color: 6165769.

HSL color Cylindrical-coordinate representation of color #09155E: hue angle of 231.53º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09155E is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 9 21 94 -
CMYK 0.90 0.78 0 0.63
HSL 231.53º 0.83% 0.2% -
HSV(B) 231.53º 0.9% 0.37% -
XYZ 2.4 1.4 10.73 -
YUV 25.73 166.52 116.06 -
System Red Green Blue C M Y K H S L
Decimal 9 21 94 0.90 0.78 0 0.63 231.53 0.83 0.2
Hex 9 15 5E 5A 4E 0 3F E8 53 14
Octal 11 25 136 132 116 0 77 350 123 24
Binary 1001 10101 1011110 1011010 1001110 0 111111 11101000 1010011 10100

Color Harmonies of #09155E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09155E

Black with #09155E

Text Example


Text Example

White with #09155E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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