Html Css Color HEX #091B68 Sapphire

📋 copy color: '#091B68'

red 9 ◦ green 27 ◦ blue 104

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

Shades of Sapphire #091B68

Tints of Sapphire #091B68

RGB

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

 GREEN value IS 27 (10.94% from 255) = 19.29%

 BLUE value IS 104 (41.02% from 255) = 74.29%

R = 6.43%
G = 19.29%
B = 74.29%

CMYK

 C value IS 0.91

 M value IS 0.74

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#091B68 (or 0x091B68) is known color: Sapphire. HEX triplet: 09, 1B and 68. RGB value is (9,27,104). Sum of RGB (Red+Green+Blue) = 9+27+104=140 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.43% from 140); Green value is 27 (10.94% from 255 or 19.29% from 140); Blue value is 104 (41.02% from 255 or 74.29% from 140); Max value from RGB is 104 - color contains mainly: blue. Hex color #091B68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091B68 is #F6E497. Grayscale: #1E1E1E. Windows color (decimal): -16180376 or 6822665. OLE color: 6822665.

HSL color Cylindrical-coordinate representation of color #091B68: hue angle of 228.63º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #091B68 is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 9 27 104 -
CMYK 0.91 0.74 0 0.59
HSL 228.63º 0.84% 0.22% -
HSV(B) 228.63º 0.91% 0.41% -
XYZ 3 1.84 13.29 -
YUV 30.4 169.54 112.74 -
System Red Green Blue C M Y K H S L
Decimal 9 27 104 0.91 0.74 0 0.59 228.63 0.84 0.22
Hex 9 1B 68 5B 4A 0 3B E5 54 16
Octal 11 33 150 133 112 0 73 345 124 26
Binary 1001 11011 1101000 1011011 1001010 0 111011 11100101 1010100 10110

Color Harmonies of #091B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091B68

Black with #091B68

Text Example


Text Example

White with #091B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,27,104); }

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

background-color css

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

 a { background-color: rgb(9,27,104); }

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

border-color css

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

 span { border-color: rgb(9,27,104); }

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