Html Css Color HEX #09135F Sapphire

📋 copy color: '#09135F'

red 9 ◦ green 19 ◦ blue 95

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

Shades of Sapphire #09135F

Tints of Sapphire #09135F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.45%

 BLUE value IS 95 (37.5% from 255) = 77.24%

R = 7.32%
G = 15.45%
B = 77.24%

CMYK

 C value IS 0.91

 M value IS 0.80

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#09135F (or 0x09135F) is known color: Sapphire. HEX triplet: 09, 13 and 5F. RGB value is (9,19,95). Sum of RGB (Red+Green+Blue) = 9+19+95=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 95 (37.5% from 255 or 77.24% from 123); Max value from RGB is 95 - color contains mainly: blue. Hex color #09135F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09135F is #F6ECA0. Grayscale: #181818. Windows color (decimal): -16182433 or 6230793. OLE color: 6230793.

HSL color Cylindrical-coordinate representation of color #09135F: hue angle of 233.02º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09135F is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 9 19 95 -
CMYK 0.91 0.80 0 0.63
HSL 233.02º 0.83% 0.2% -
HSV(B) 233.02º 0.91% 0.37% -
XYZ 2.41 1.35 10.96 -
YUV 24.67 167.69 116.82 -
System Red Green Blue C M Y K H S L
Decimal 9 19 95 0.91 0.80 0 0.63 233.02 0.83 0.2
Hex 9 13 5F 5B 50 0 3F E9 53 14
Octal 11 23 137 133 120 0 77 351 123 24
Binary 1001 10011 1011111 1011011 1010000 0 111111 11101001 1010011 10100

Color Harmonies of #09135F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09135F

Black with #09135F

Text Example


Text Example

White with #09135F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,19,95); }

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

background-color css

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

 a { background-color: rgb(9,19,95); }

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

border-color css

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

 span { border-color: rgb(9,19,95); }

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