Html Css Color HEX #091F67 Sapphire

📋 copy color: '#091F67'

red 9 ◦ green 31 ◦ blue 103

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

Shades of Sapphire #091F67

Tints of Sapphire #091F67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 72.03%

R = 6.29%
G = 21.68%
B = 72.03%

CMYK

 C value IS 0.91

 M value IS 0.70

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#091F67 (or 0x091F67) is known color: Sapphire. HEX triplet: 09, 1F and 67. RGB value is (9,31,103). Sum of RGB (Red+Green+Blue) = 9+31+103=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 31 (12.5% from 255 or 21.68% from 143); Blue value is 103 (40.62% from 255 or 72.03% from 143); Max value from RGB is 103 - color contains mainly: blue. Hex color #091F67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091F67 is #F6E098. Grayscale: #202020. Windows color (decimal): -16179353 or 6758153. OLE color: 6758153.

HSL color Cylindrical-coordinate representation of color #091F67: hue angle of 225.96º 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 #091F67 is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 9 31 103 -
CMYK 0.91 0.70 0 0.60
HSL 225.96º 0.84% 0.22% -
HSV(B) 225.96º 0.91% 0.4% -
XYZ 3.05 2.02 13.06 -
YUV 32.63 167.71 111.15 -
System Red Green Blue C M Y K H S L
Decimal 9 31 103 0.91 0.70 0 0.60 225.96 0.84 0.22
Hex 9 1F 67 5B 46 0 3C E2 54 16
Octal 11 37 147 133 106 0 74 342 124 26
Binary 1001 11111 1100111 1011011 1000110 0 111100 11100010 1010100 10110

Color Harmonies of #091F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091F67

Black with #091F67

Text Example


Text Example

White with #091F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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