Html Css Color HEX #091F65 Sapphire

📋 copy color: '#091F65'

red 9 ◦ green 31 ◦ blue 101

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

Shades of Sapphire #091F65

Tints of Sapphire #091F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 71.63%

R = 6.38%
G = 21.99%
B = 71.63%

CMYK

 C value IS 0.91

 M value IS 0.69

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#091F65 (or 0x091F65) is known color: Sapphire. HEX triplet: 09, 1F and 65. RGB value is (9,31,101). Sum of RGB (Red+Green+Blue) = 9+31+101=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 31 (12.5% from 255 or 21.99% from 141); Blue value is 101 (39.84% from 255 or 71.63% from 141); Max value from RGB is 101 - color contains mainly: blue. Hex color #091F65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091F65 is #F6E09A. Grayscale: #202020. Windows color (decimal): -16179355 or 6627081. OLE color: 6627081.

HSL color Cylindrical-coordinate representation of color #091F65: hue angle of 225.65º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #091F65 is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 9 31 101 -
CMYK 0.91 0.69 0 0.60
HSL 225.65º 0.84% 0.22% -
HSV(B) 225.65º 0.91% 0.4% -
XYZ 2.95 1.98 12.54 -
YUV 32.4 166.71 111.31 -
System Red Green Blue C M Y K H S L
Decimal 9 31 101 0.91 0.69 0 0.60 225.65 0.84 0.22
Hex 9 1F 65 5B 45 0 3C E2 54 16
Octal 11 37 145 133 105 0 74 342 124 26
Binary 1001 11111 1100101 1011011 1000101 0 111100 11100010 1010100 10110

Color Harmonies of #091F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091F65

Black with #091F65

Text Example


Text Example

White with #091F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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