Html Css Color HEX #092266 Sapphire

📋 copy color: '#092266'

red 9 ◦ green 34 ◦ blue 102

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

Shades of Sapphire #092266

Tints of Sapphire #092266

RGB

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

 GREEN value IS 34 (13.67% from 255) = 23.45%

 BLUE value IS 102 (40.23% from 255) = 70.34%

R = 6.21%
G = 23.45%
B = 70.34%

CMYK

 C value IS 0.91

 M value IS 0.67

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#092266 (or 0x092266) is known color: Sapphire. HEX triplet: 09, 22 and 66. RGB value is (9,34,102). Sum of RGB (Red+Green+Blue) = 9+34+102=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 34 (13.67% from 255 or 23.45% from 145); Blue value is 102 (40.23% from 255 or 70.34% from 145); Max value from RGB is 102 - color contains mainly: blue. Hex color #092266 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092266 is #F6DD99. Grayscale: #212121. Windows color (decimal): -16178586 or 6693385. OLE color: 6693385.

HSL color Cylindrical-coordinate representation of color #092266: hue angle of 223.87º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #092266 is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 9 34 102 -
CMYK 0.91 0.67 0 0.6
HSL 223.87º 0.84% 0.22% -
HSV(B) 223.87º 0.91% 0.4% -
XYZ 3.08 2.16 12.83 -
YUV 34.28 166.22 109.97 -
System Red Green Blue C M Y K H S L
Decimal 9 34 102 0.91 0.67 0 0.6 223.87 0.84 0.22
Hex 9 22 66 5B 43 0 3C E0 54 16
Octal 11 42 146 133 103 0 74 340 124 26
Binary 1001 100010 1100110 1011011 1000011 0 111100 11100000 1010100 10110

Color Harmonies of #092266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092266

Black with #092266

Text Example


Text Example

White with #092266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092266; }

 p { color: rgb(9,34,102); }

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

background-color css

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

 a { background-color: rgb(9,34,102); }

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

border-color css

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

 span { border-color: rgb(9,34,102); }

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