Html Css Color HEX #091F5C Sapphire

📋 copy color: '#091F5C'

red 9 ◦ green 31 ◦ blue 92

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

Shades of Sapphire #091F5C

Tints of Sapphire #091F5C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 23.48%

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

R = 6.82%
G = 23.48%
B = 69.7%

CMYK

 C value IS 0.90

 M value IS 0.66

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#091F5C (or 0x091F5C) is known color: Sapphire. HEX triplet: 09, 1F and 5C. RGB value is (9,31,92). Sum of RGB (Red+Green+Blue) = 9+31+92=132 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.82% from 132); Green value is 31 (12.5% from 255 or 23.48% from 132); Blue value is 92 (36.33% from 255 or 69.70% from 132); Max value from RGB is 92 - color contains mainly: blue. Hex color #091F5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091F5C is #F6E0A3. Grayscale: #1F1F1F. Windows color (decimal): -16179364 or 6037257. OLE color: 6037257.

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

Color convert

RGB 9 31 92 -
CMYK 0.90 0.66 0 0.64
HSL 224.1º 0.82% 0.2% -
HSV(B) 224.1º 0.9% 0.36% -
XYZ 2.53 1.81 10.34 -
YUV 31.38 162.21 112.04 -
System Red Green Blue C M Y K H S L
Decimal 9 31 92 0.90 0.66 0 0.64 224.1 0.82 0.2
Hex 9 1F 5C 5A 42 0 40 E0 52 14
Octal 11 37 134 132 102 0 100 340 122 24
Binary 1001 11111 1011100 1011010 1000010 0 1000000 11100000 1010010 10100

Color Harmonies of #091F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091F5C

Black with #091F5C

Text Example


Text Example

White with #091F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091F5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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