Html Css Color HEX #091C4D Sapphire

📋 copy color: '#091C4D'

red 9 ◦ green 28 ◦ blue 77

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

Shades of Sapphire #091C4D

Tints of Sapphire #091C4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 67.54%

R = 7.89%
G = 24.56%
B = 67.54%

CMYK

 C value IS 0.88

 M value IS 0.64

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#091C4D (or 0x091C4D) is known color: Sapphire. HEX triplet: 09, 1C and 4D. RGB value is (9,28,77). Sum of RGB (Red+Green+Blue) = 9+28+77=114 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.89% from 114); Green value is 28 (11.33% from 255 or 24.56% from 114); Blue value is 77 (30.47% from 255 or 67.54% from 114); Max value from RGB is 77 - color contains mainly: blue. Hex color #091C4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091C4D is #F6E3B2. Grayscale: #1B1B1B. Windows color (decimal): -16180147 or 5053449. OLE color: 5053449.

HSL color Cylindrical-coordinate representation of color #091C4D: hue angle of 223.24º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #091C4D is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 9 28 77 -
CMYK 0.88 0.64 0 0.70
HSL 223.24º 0.79% 0.17% -
HSV(B) 223.24º 0.88% 0.3% -
XYZ 1.87 1.42 7.2 -
YUV 27.91 155.71 114.52 -
System Red Green Blue C M Y K H S L
Decimal 9 28 77 0.88 0.64 0 0.70 223.24 0.79 0.17
Hex 9 1C 4D 58 40 0 46 DF 4F 11
Octal 11 34 115 130 100 0 106 337 117 21
Binary 1001 11100 1001101 1011000 1000000 0 1000110 11011111 1001111 10001

Color Harmonies of #091C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091C4D

Black with #091C4D

Text Example


Text Example

White with #091C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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