Html Css Color HEX #091D6F Sapphire

📋 copy color: '#091D6F'

red 9 ◦ green 29 ◦ blue 111

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

Shades of Sapphire #091D6F

Tints of Sapphire #091D6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 74.5%

R = 6.04%
G = 19.46%
B = 74.5%

CMYK

 C value IS 0.92

 M value IS 0.74

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#091D6F (or 0x091D6F) is known color: Sapphire. HEX triplet: 09, 1D and 6F. RGB value is (9,29,111). Sum of RGB (Red+Green+Blue) = 9+29+111=149 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.04% from 149); Green value is 29 (11.72% from 255 or 19.46% from 149); Blue value is 111 (43.75% from 255 or 74.50% from 149); Max value from RGB is 111 - color contains mainly: blue. Hex color #091D6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091D6F is #F6E290. Grayscale: #202020. Windows color (decimal): -16179857 or 7281929. OLE color: 7281929.

HSL color Cylindrical-coordinate representation of color #091D6F: hue angle of 228.24º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #091D6F is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 29 111 -
CMYK 0.92 0.74 0 0.56
HSL 228.24º 0.85% 0.24% -
HSV(B) 228.24º 0.92% 0.44% -
XYZ 3.42 2.08 15.26 -
YUV 32.37 172.37 111.33 -
System Red Green Blue C M Y K H S L
Decimal 9 29 111 0.92 0.74 0 0.56 228.24 0.85 0.24
Hex 9 1D 6F 5C 4A 0 38 E4 55 18
Octal 11 35 157 134 112 0 70 344 125 30
Binary 1001 11101 1101111 1011100 1001010 0 111000 11100100 1010101 11000

Color Harmonies of #091D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091D6F

Black with #091D6F

Text Example


Text Example

White with #091D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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