Html Css Color HEX #091C5D Sapphire

📋 copy color: '#091C5D'

red 9 ◦ green 28 ◦ blue 93

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

Shades of Sapphire #091C5D

Tints of Sapphire #091C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 71.54%

R = 6.92%
G = 21.54%
B = 71.54%

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

#091C5D (or 0x091C5D) is known color: Sapphire. HEX triplet: 09, 1C and 5D. RGB value is (9,28,93). Sum of RGB (Red+Green+Blue) = 9+28+93=130 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.92% from 130); Green value is 28 (11.33% from 255 or 21.54% from 130); Blue value is 93 (36.72% from 255 or 71.54% from 130); Max value from RGB is 93 - color contains mainly: blue. Hex color #091C5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091C5D is #F6E3A2. Grayscale: #1D1D1D. Windows color (decimal): -16180131 or 6102025. OLE color: 6102025.

HSL color Cylindrical-coordinate representation of color #091C5D: hue angle of 226.43º 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 #091C5D is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 9 28 93 -
CMYK 0.90 0.70 0 0.64
HSL 226.43º 0.82% 0.2% -
HSV(B) 226.43º 0.9% 0.36% -
XYZ 2.5 1.68 10.55 -
YUV 29.73 163.71 113.21 -
System Red Green Blue C M Y K H S L
Decimal 9 28 93 0.90 0.70 0 0.64 226.43 0.82 0.2
Hex 9 1C 5D 5A 46 0 40 E2 52 14
Octal 11 34 135 132 106 0 100 342 122 24
Binary 1001 11100 1011101 1011010 1000110 0 1000000 11100010 1010010 10100

Color Harmonies of #091C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091C5D

Black with #091C5D

Text Example


Text Example

White with #091C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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