Html Css Color HEX #091C4A Sapphire

📋 copy color: '#091C4A'

red 9 ◦ green 28 ◦ blue 74

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

Shades of Sapphire #091C4A

Tints of Sapphire #091C4A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 25.23%

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

R = 8.11%
G = 25.23%
B = 66.67%

CMYK

 C value IS 0.88

 M value IS 0.62

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#091C4A (or 0x091C4A) is known color: Sapphire. HEX triplet: 09, 1C and 4A. RGB value is (9,28,74). Sum of RGB (Red+Green+Blue) = 9+28+74=111 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.11% from 111); Green value is 28 (11.33% from 255 or 25.23% from 111); Blue value is 74 (29.30% from 255 or 66.67% from 111); Max value from RGB is 74 - color contains mainly: blue. Hex color #091C4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091C4A is #F6E3B5. Grayscale: #1B1B1B. Windows color (decimal): -16180150 or 4856841. OLE color: 4856841.

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

Color convert

RGB 9 28 74 -
CMYK 0.88 0.62 0 0.71
HSL 222.46º 0.78% 0.16% -
HSV(B) 222.46º 0.88% 0.29% -
XYZ 1.76 1.38 6.65 -
YUV 27.56 154.21 114.76 -
System Red Green Blue C M Y K H S L
Decimal 9 28 74 0.88 0.62 0 0.71 222.46 0.78 0.16
Hex 9 1C 4A 58 3E 0 47 DE 4E 10
Octal 11 34 112 130 76 0 107 336 116 20
Binary 1001 11100 1001010 1011000 111110 0 1000111 11011110 1001110 10000

Color Harmonies of #091C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091C4A

Black with #091C4A

Text Example


Text Example

White with #091C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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