Html Css Color HEX #091D4A Sapphire

📋 copy color: '#091D4A'

red 9 ◦ green 29 ◦ blue 74

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

Shades of Sapphire #091D4A

Tints of Sapphire #091D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 66.07%

R = 8.04%
G = 25.89%
B = 66.07%

CMYK

 C value IS 0.88

 M value IS 0.61

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#091D4A (or 0x091D4A) is known color: Sapphire. HEX triplet: 09, 1D and 4A. RGB value is (9,29,74). Sum of RGB (Red+Green+Blue) = 9+29+74=112 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.04% from 112); Green value is 29 (11.72% from 255 or 25.89% from 112); Blue value is 74 (29.30% from 255 or 66.07% from 112); Max value from RGB is 74 - color contains mainly: blue. Hex color #091D4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091D4A is #F6E2B5. Grayscale: #1B1B1B. Windows color (decimal): -16179894 or 4857097. OLE color: 4857097.

HSL color Cylindrical-coordinate representation of color #091D4A: hue angle of 221.54º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #091D4A is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 29 74 -
CMYK 0.88 0.61 0 0.71
HSL 221.54º 0.78% 0.16% -
HSV(B) 221.54º 0.88% 0.29% -
XYZ 1.79 1.43 6.66 -
YUV 28.15 153.87 114.34 -
System Red Green Blue C M Y K H S L
Decimal 9 29 74 0.88 0.61 0 0.71 221.54 0.78 0.16
Hex 9 1D 4A 58 3D 0 47 DE 4E 10
Octal 11 35 112 130 75 0 107 336 116 20
Binary 1001 11101 1001010 1011000 111101 0 1000111 11011110 1001110 10000

Color Harmonies of #091D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091D4A

Black with #091D4A

Text Example


Text Example

White with #091D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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