Html Css Color HEX #091C5C Sapphire

📋 copy color: '#091C5C'

red 9 ◦ green 28 ◦ blue 92

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

Shades of Sapphire #091C5C

Tints of Sapphire #091C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 71.32%

R = 6.98%
G = 21.71%
B = 71.32%

CMYK

 C value IS 0.90

 M value IS 0.70

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#091C5C (or 0x091C5C) is known color: Sapphire. HEX triplet: 09, 1C and 5C. RGB value is (9,28,92). Sum of RGB (Red+Green+Blue) = 9+28+92=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 28 (11.33% from 255 or 21.71% from 129); Blue value is 92 (36.33% from 255 or 71.32% from 129); Max value from RGB is 92 - color contains mainly: blue. Hex color #091C5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091C5C is #F6E3A3. Grayscale: #1D1D1D. Windows color (decimal): -16180132 or 6036489. OLE color: 6036489.

HSL color Cylindrical-coordinate representation of color #091C5C: hue angle of 226.27º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #091C5C is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 9 28 92 -
CMYK 0.90 0.70 0 0.64
HSL 226.27º 0.82% 0.2% -
HSV(B) 226.27º 0.9% 0.36% -
XYZ 2.46 1.66 10.32 -
YUV 29.62 163.21 113.3 -
System Red Green Blue C M Y K H S L
Decimal 9 28 92 0.90 0.70 0 0.64 226.27 0.82 0.2
Hex 9 1C 5C 5A 46 0 40 E2 52 14
Octal 11 34 134 132 106 0 100 342 122 24
Binary 1001 11100 1011100 1011010 1000110 0 1000000 11100010 1010010 10100

Color Harmonies of #091C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091C5C

Black with #091C5C

Text Example


Text Example

White with #091C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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