Html Css Color HEX #091E4A Sapphire

📋 copy color: '#091E4A'

red 9 ◦ green 30 ◦ blue 74

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

Shades of Sapphire #091E4A

Tints of Sapphire #091E4A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 26.55%

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

R = 7.96%
G = 26.55%
B = 65.49%

CMYK

 C value IS 0.88

 M value IS 0.59

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#091E4A (or 0x091E4A) is known color: Sapphire. HEX triplet: 09, 1E and 4A. RGB value is (9,30,74). Sum of RGB (Red+Green+Blue) = 9+30+74=113 (14% of max value = 765). Red value is 9 (3.91% from 255 or 7.96% from 113); Green value is 30 (12.11% from 255 or 26.55% from 113); Blue value is 74 (29.30% from 255 or 65.49% from 113); Max value from RGB is 74 - color contains mainly: blue. Hex color #091E4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091E4A is #F6E1B5. Grayscale: #1C1C1C. Windows color (decimal): -16179638 or 4857353. OLE color: 4857353.

HSL color Cylindrical-coordinate representation of color #091E4A: hue angle of 220.62º 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 #091E4A is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 30 74 -
CMYK 0.88 0.59 0 0.71
HSL 220.62º 0.78% 0.16% -
HSV(B) 220.62º 0.88% 0.29% -
XYZ 1.81 1.48 6.67 -
YUV 28.74 153.54 113.92 -
System Red Green Blue C M Y K H S L
Decimal 9 30 74 0.88 0.59 0 0.71 220.62 0.78 0.16
Hex 9 1E 4A 58 3B 0 47 DD 4E 10
Octal 11 36 112 130 73 0 107 335 116 20
Binary 1001 11110 1001010 1011000 111011 0 1000111 11011101 1001110 10000

Color Harmonies of #091E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091E4A

Black with #091E4A

Text Example


Text Example

White with #091E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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