Html Css Color HEX #091357 Sapphire

📋 copy color: '#091357'

red 9 ◦ green 19 ◦ blue 87

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

Shades of Sapphire #091357

Tints of Sapphire #091357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 75.65%

R = 7.83%
G = 16.52%
B = 75.65%

CMYK

 C value IS 0.90

 M value IS 0.78

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#091357 (or 0x091357) is known color: Sapphire. HEX triplet: 09, 13 and 57. RGB value is (9,19,87). Sum of RGB (Red+Green+Blue) = 9+19+87=115 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.83% from 115); Green value is 19 (7.81% from 255 or 16.52% from 115); Blue value is 87 (34.38% from 255 or 75.65% from 115); Max value from RGB is 87 - color contains mainly: blue. Hex color #091357 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091357 is #F6ECA8. Grayscale: #171717. Windows color (decimal): -16182441 or 5706505. OLE color: 5706505.

HSL color Cylindrical-coordinate representation of color #091357: hue angle of 232.31º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #091357 is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 9 19 87 -
CMYK 0.90 0.78 0 0.66
HSL 232.31º 0.81% 0.19% -
HSV(B) 232.31º 0.9% 0.34% -
XYZ 2.07 1.21 9.14 -
YUV 23.76 163.69 117.47 -
System Red Green Blue C M Y K H S L
Decimal 9 19 87 0.90 0.78 0 0.66 232.31 0.81 0.19
Hex 9 13 57 5A 4E 0 42 E8 51 13
Octal 11 23 127 132 116 0 102 350 121 23
Binary 1001 10011 1010111 1011010 1001110 0 1000010 11101000 1010001 10011

Color Harmonies of #091357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091357

Black with #091357

Text Example


Text Example

White with #091357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091357; }

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

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

background-color css

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

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

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

border-color css

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

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

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