Html Css Color HEX #091462 Sapphire

📋 copy color: '#091462'

red 9 ◦ green 20 ◦ blue 98

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

Shades of Sapphire #091462

Tints of Sapphire #091462

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.75%

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

R = 7.09%
G = 15.75%
B = 77.17%

CMYK

 C value IS 0.91

 M value IS 0.80

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#091462 (or 0x091462) is known color: Sapphire. HEX triplet: 09, 14 and 62. RGB value is (9,20,98). Sum of RGB (Red+Green+Blue) = 9+20+98=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 20 (8.20% from 255 or 15.75% from 127); Blue value is 98 (38.67% from 255 or 77.17% from 127); Max value from RGB is 98 - color contains mainly: blue. Hex color #091462 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091462 is #F6EB9D. Grayscale: #191919. Windows color (decimal): -16182174 or 6427657. OLE color: 6427657.

HSL color Cylindrical-coordinate representation of color #091462: hue angle of 232.58º 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 #091462 is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 20 98 -
CMYK 0.91 0.80 0 0.62
HSL 232.58º 0.83% 0.21% -
HSV(B) 232.58º 0.91% 0.38% -
XYZ 2.57 1.44 11.7 -
YUV 25.6 168.86 116.16 -
System Red Green Blue C M Y K H S L
Decimal 9 20 98 0.91 0.80 0 0.62 232.58 0.83 0.21
Hex 9 14 62 5B 50 0 3E E9 53 15
Octal 11 24 142 133 120 0 76 351 123 25
Binary 1001 10100 1100010 1011011 1010000 0 111110 11101001 1010011 10101

Color Harmonies of #091462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091462

Black with #091462

Text Example


Text Example

White with #091462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091462; }

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

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

background-color css

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

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

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

border-color css

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

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

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