Html Css Color HEX #091E62 Sapphire

📋 copy color: '#091E62'

red 9 ◦ green 30 ◦ blue 98

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

Shades of Sapphire #091E62

Tints of Sapphire #091E62

RGB

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

 GREEN value IS 30 (12.11% from 255) = 21.9%

 BLUE value IS 98 (38.67% from 255) = 71.53%

R = 6.57%
G = 21.9%
B = 71.53%

CMYK

 C value IS 0.91

 M value IS 0.69

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#091E62 (or 0x091E62) is known color: Sapphire. HEX triplet: 09, 1E and 62. RGB value is (9,30,98). Sum of RGB (Red+Green+Blue) = 9+30+98=137 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.57% from 137); Green value is 30 (12.11% from 255 or 21.90% from 137); Blue value is 98 (38.67% from 255 or 71.53% from 137); Max value from RGB is 98 - color contains mainly: blue. Hex color #091E62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091E62 is #F6E19D. Grayscale: #1F1F1F. Windows color (decimal): -16179614 or 6430217. OLE color: 6430217.

HSL color Cylindrical-coordinate representation of color #091E62: hue angle of 225.84º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #091E62 is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 30 98 -
CMYK 0.91 0.69 0 0.62
HSL 225.84º 0.83% 0.21% -
HSV(B) 225.84º 0.91% 0.38% -
XYZ 2.78 1.87 11.77 -
YUV 31.47 165.54 111.97 -
System Red Green Blue C M Y K H S L
Decimal 9 30 98 0.91 0.69 0 0.62 225.84 0.83 0.21
Hex 9 1E 62 5B 45 0 3E E2 53 15
Octal 11 36 142 133 105 0 76 342 123 25
Binary 1001 11110 1100010 1011011 1000101 0 111110 11100010 1010011 10101

Color Harmonies of #091E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091E62

Black with #091E62

Text Example


Text Example

White with #091E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,30,98); }

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

background-color css

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

 a { background-color: rgb(9,30,98); }

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

border-color css

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

 span { border-color: rgb(9,30,98); }

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