Html Css Color HEX #091D68 Sapphire

📋 copy color: '#091D68'

red 9 ◦ green 29 ◦ blue 104

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

Shades of Sapphire #091D68

Tints of Sapphire #091D68

RGB

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

 GREEN value IS 29 (11.72% from 255) = 20.42%

 BLUE value IS 104 (41.02% from 255) = 73.24%

R = 6.34%
G = 20.42%
B = 73.24%

CMYK

 C value IS 0.91

 M value IS 0.72

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#091D68 (or 0x091D68) is known color: Sapphire. HEX triplet: 09, 1D and 68. RGB value is (9,29,104). Sum of RGB (Red+Green+Blue) = 9+29+104=142 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.34% from 142); Green value is 29 (11.72% from 255 or 20.42% from 142); Blue value is 104 (41.02% from 255 or 73.24% from 142); Max value from RGB is 104 - color contains mainly: blue. Hex color #091D68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091D68 is #F6E297. Grayscale: #1F1F1F. Windows color (decimal): -16179864 or 6823177. OLE color: 6823177.

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

Color convert

RGB 9 29 104 -
CMYK 0.91 0.72 0 0.59
HSL 227.37º 0.84% 0.22% -
HSV(B) 227.37º 0.91% 0.41% -
XYZ 3.05 1.94 13.31 -
YUV 31.57 168.87 111.9 -
System Red Green Blue C M Y K H S L
Decimal 9 29 104 0.91 0.72 0 0.59 227.37 0.84 0.22
Hex 9 1D 68 5B 48 0 3B E3 54 16
Octal 11 35 150 133 110 0 73 343 124 26
Binary 1001 11101 1101000 1011011 1001000 0 111011 11100011 1010100 10110

Color Harmonies of #091D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091D68

Black with #091D68

Text Example


Text Example

White with #091D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,29,104); }

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

background-color css

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

 a { background-color: rgb(9,29,104); }

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

border-color css

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

 span { border-color: rgb(9,29,104); }

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