Html Css Color HEX #091C6B Sapphire

📋 copy color: '#091C6B'

red 9 ◦ green 28 ◦ blue 107

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

Shades of Sapphire #091C6B

Tints of Sapphire #091C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 74.31%

R = 6.25%
G = 19.44%
B = 74.31%

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

#091C6B (or 0x091C6B) is known color: Sapphire. HEX triplet: 09, 1C and 6B. RGB value is (9,28,107). Sum of RGB (Red+Green+Blue) = 9+28+107=144 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.25% from 144); Green value is 28 (11.33% from 255 or 19.44% from 144); Blue value is 107 (42.19% from 255 or 74.31% from 144); Max value from RGB is 107 - color contains mainly: blue. Hex color #091C6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091C6B is #F6E394. Grayscale: #1E1E1E. Windows color (decimal): -16180117 or 7019529. OLE color: 7019529.

HSL color Cylindrical-coordinate representation of color #091C6B: hue angle of 228.37º degrees, saturation: 0.84, 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 #091C6B is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 28 107 -
CMYK 0.92 0.74 0 0.58
HSL 228.37º 0.84% 0.23% -
HSV(B) 228.37º 0.92% 0.42% -
XYZ 3.18 1.95 14.12 -
YUV 31.33 170.71 112.08 -
System Red Green Blue C M Y K H S L
Decimal 9 28 107 0.92 0.74 0 0.58 228.37 0.84 0.23
Hex 9 1C 6B 5C 4A 0 3A E4 54 17
Octal 11 34 153 134 112 0 72 344 124 27
Binary 1001 11100 1101011 1011100 1001010 0 111010 11100100 1010100 10111

Color Harmonies of #091C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091C6B

Black with #091C6B

Text Example


Text Example

White with #091C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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