Html Css Color HEX #091257 Sapphire

📋 copy color: '#091257'

red 9 ◦ green 18 ◦ blue 87

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

Shades of Sapphire #091257

Tints of Sapphire #091257

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.79%

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

R = 7.89%
G = 15.79%
B = 76.32%

CMYK

 C value IS 0.90

 M value IS 0.79

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#091257 (or 0x091257) is known color: Sapphire. HEX triplet: 09, 12 and 57. RGB value is (9,18,87). Sum of RGB (Red+Green+Blue) = 9+18+87=114 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.89% from 114); Green value is 18 (7.42% from 255 or 15.79% from 114); Blue value is 87 (34.38% from 255 or 76.32% from 114); Max value from RGB is 87 - color contains mainly: blue. Hex color #091257 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091257 is #F6EDA8. Grayscale: #161616. Windows color (decimal): -16182697 or 5706249. OLE color: 5706249.

HSL color Cylindrical-coordinate representation of color #091257: hue angle of 233.08º 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 #091257 is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 9 18 87 -
CMYK 0.90 0.79 0 0.66
HSL 233.08º 0.81% 0.19% -
HSV(B) 233.08º 0.9% 0.34% -
XYZ 2.05 1.18 9.14 -
YUV 23.18 164.02 117.89 -
System Red Green Blue C M Y K H S L
Decimal 9 18 87 0.90 0.79 0 0.66 233.08 0.81 0.19
Hex 9 12 57 5A 4F 0 42 E9 51 13
Octal 11 22 127 132 117 0 102 351 121 23
Binary 1001 10010 1010111 1011010 1001111 0 1000010 11101001 1010001 10011

Color Harmonies of #091257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091257

Black with #091257

Text Example


Text Example

White with #091257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091257; }

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

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

background-color css

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

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

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

border-color css

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

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

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