Html Css Color HEX #091C6C Sapphire

📋 copy color: '#091C6C'

red 9 ◦ green 28 ◦ blue 108

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

Shades of Sapphire #091C6C

Tints of Sapphire #091C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 74.48%

R = 6.21%
G = 19.31%
B = 74.48%

CMYK

 C value IS 0.92

 M value IS 0.74

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#091C6C (or 0x091C6C) is known color: Sapphire. HEX triplet: 09, 1C and 6C. RGB value is (9,28,108). Sum of RGB (Red+Green+Blue) = 9+28+108=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 28 (11.33% from 255 or 19.31% from 145); Blue value is 108 (42.58% from 255 or 74.48% from 145); Max value from RGB is 108 - color contains mainly: blue. Hex color #091C6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091C6C is #F6E393. Grayscale: #1F1F1F. Windows color (decimal): -16180116 or 7085065. OLE color: 7085065.

HSL color Cylindrical-coordinate representation of color #091C6C: hue angle of 228.48º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #091C6C is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 28 108 -
CMYK 0.92 0.74 0 0.58
HSL 228.48º 0.85% 0.23% -
HSV(B) 228.48º 0.92% 0.42% -
XYZ 3.23 1.97 14.4 -
YUV 31.44 171.21 112 -
System Red Green Blue C M Y K H S L
Decimal 9 28 108 0.92 0.74 0 0.58 228.48 0.85 0.23
Hex 9 1C 6C 5C 4A 0 3A E4 55 17
Octal 11 34 154 134 112 0 72 344 125 27
Binary 1001 11100 1101100 1011100 1001010 0 111010 11100100 1010101 10111

Color Harmonies of #091C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091C6C

Black with #091C6C

Text Example


Text Example

White with #091C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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