Html Css Color HEX #092466 Sapphire

📋 copy color: '#092466'

red 9 ◦ green 36 ◦ blue 102

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

Shades of Sapphire #092466

Tints of Sapphire #092466

RGB

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

 GREEN value IS 36 (14.45% from 255) = 24.49%

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

R = 6.12%
G = 24.49%
B = 69.39%

CMYK

 C value IS 0.91

 M value IS 0.65

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#092466 (or 0x092466) is known color: Sapphire. HEX triplet: 09, 24 and 66. RGB value is (9,36,102). Sum of RGB (Red+Green+Blue) = 9+36+102=147 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.12% from 147); Green value is 36 (14.45% from 255 or 24.49% from 147); Blue value is 102 (40.23% from 255 or 69.39% from 147); Max value from RGB is 102 - color contains mainly: blue. Hex color #092466 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092466 is #F6DB99. Grayscale: #232323. Windows color (decimal): -16178074 or 6693897. OLE color: 6693897.

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

Color convert

RGB 9 36 102 -
CMYK 0.91 0.65 0 0.6
HSL 222.58º 0.84% 0.22% -
HSV(B) 222.58º 0.91% 0.4% -
XYZ 3.14 2.28 12.84 -
YUV 35.45 165.55 109.13 -
System Red Green Blue C M Y K H S L
Decimal 9 36 102 0.91 0.65 0 0.6 222.58 0.84 0.22
Hex 9 24 66 5B 41 0 3C DF 54 16
Octal 11 44 146 133 101 0 74 337 124 26
Binary 1001 100100 1100110 1011011 1000001 0 111100 11011111 1010100 10110

Color Harmonies of #092466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092466

Black with #092466

Text Example


Text Example

White with #092466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092466; }

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

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

background-color css

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

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

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

border-color css

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

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

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