Html Css Color HEX #091D70 Sapphire

📋 copy color: '#091D70'

red 9 ◦ green 29 ◦ blue 112

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

Shades of Sapphire #091D70

Tints of Sapphire #091D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 74.67%

R = 6%
G = 19.33%
B = 74.67%

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

#091D70 (or 0x091D70) is known color: Sapphire. HEX triplet: 09, 1D and 70. RGB value is (9,29,112). Sum of RGB (Red+Green+Blue) = 9+29+112=150 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6% from 150); Green value is 29 (11.72% from 255 or 19.33% from 150); Blue value is 112 (44.14% from 255 or 74.67% from 150); Max value from RGB is 112 - color contains mainly: blue. Hex color #091D70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091D70 is #F6E28F. Grayscale: #202020. Windows color (decimal): -16179856 or 7347465. OLE color: 7347465.

HSL color Cylindrical-coordinate representation of color #091D70: hue angle of 228.35º 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 #091D70 is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 29 112 -
CMYK 0.92 0.74 0 0.56
HSL 228.35º 0.85% 0.24% -
HSV(B) 228.35º 0.92% 0.44% -
XYZ 3.48 2.11 15.55 -
YUV 32.48 172.87 111.25 -
System Red Green Blue C M Y K H S L
Decimal 9 29 112 0.92 0.74 0 0.56 228.35 0.85 0.24
Hex 9 1D 70 5C 4A 0 38 E4 55 18
Octal 11 35 160 134 112 0 70 344 125 30
Binary 1001 11101 1110000 1011100 1001010 0 111000 11100100 1010101 11000

Color Harmonies of #091D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091D70

Black with #091D70

Text Example


Text Example

White with #091D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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