Html Css Color HEX #091D53 Sapphire

📋 copy color: '#091D53'

red 9 ◦ green 29 ◦ blue 83

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

Shades of Sapphire #091D53

Tints of Sapphire #091D53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 68.6%

R = 7.44%
G = 23.97%
B = 68.6%

CMYK

 C value IS 0.89

 M value IS 0.65

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#091D53 (or 0x091D53) is known color: Sapphire. HEX triplet: 09, 1D and 53. RGB value is (9,29,83). Sum of RGB (Red+Green+Blue) = 9+29+83=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 29 (11.72% from 255 or 23.97% from 121); Blue value is 83 (32.81% from 255 or 68.60% from 121); Max value from RGB is 83 - color contains mainly: blue. Hex color #091D53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091D53 is #F6E2AC. Grayscale: #1C1C1C. Windows color (decimal): -16179885 or 5446921. OLE color: 5446921.

HSL color Cylindrical-coordinate representation of color #091D53: hue angle of 223.78º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #091D53 is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 29 83 -
CMYK 0.89 0.65 0 0.67
HSL 223.78º 0.8% 0.18% -
HSV(B) 223.78º 0.89% 0.33% -
XYZ 2.11 1.56 8.37 -
YUV 29.18 158.37 113.61 -
System Red Green Blue C M Y K H S L
Decimal 9 29 83 0.89 0.65 0 0.67 223.78 0.8 0.18
Hex 9 1D 53 59 41 0 43 E0 50 12
Octal 11 35 123 131 101 0 103 340 120 22
Binary 1001 11101 1010011 1011001 1000001 0 1000011 11100000 1010000 10010

Color Harmonies of #091D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091D53

Black with #091D53

Text Example


Text Example

White with #091D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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