Html Css Color HEX #09135C Sapphire

📋 copy color: '#09135C'

red 9 ◦ green 19 ◦ blue 92

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

Shades of Sapphire #09135C

Tints of Sapphire #09135C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 76.67%

R = 7.5%
G = 15.83%
B = 76.67%

CMYK

 C value IS 0.90

 M value IS 0.79

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#09135C (or 0x09135C) is known color: Sapphire. HEX triplet: 09, 13 and 5C. RGB value is (9,19,92). Sum of RGB (Red+Green+Blue) = 9+19+92=120 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.5% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 92 (36.33% from 255 or 76.67% from 120); Max value from RGB is 92 - color contains mainly: blue. Hex color #09135C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09135C is #F6ECA3. Grayscale: #181818. Windows color (decimal): -16182436 or 6034185. OLE color: 6034185.

HSL color Cylindrical-coordinate representation of color #09135C: hue angle of 232.77º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09135C is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 9 19 92 -
CMYK 0.90 0.79 0 0.64
HSL 232.77º 0.82% 0.2% -
HSV(B) 232.77º 0.9% 0.36% -
XYZ 2.28 1.3 10.26 -
YUV 24.33 166.19 117.06 -
System Red Green Blue C M Y K H S L
Decimal 9 19 92 0.90 0.79 0 0.64 232.77 0.82 0.2
Hex 9 13 5C 5A 4F 0 40 E9 52 14
Octal 11 23 134 132 117 0 100 351 122 24
Binary 1001 10011 1011100 1011010 1001111 0 1000000 11101001 1010010 10100

Color Harmonies of #09135C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09135C

Black with #09135C

Text Example


Text Example

White with #09135C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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