Html Css Color HEX #092468 Sapphire

📋 copy color: '#092468'

red 9 ◦ green 36 ◦ blue 104

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

Shades of Sapphire #092468

Tints of Sapphire #092468

RGB

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

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

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

R = 6.04%
G = 24.16%
B = 69.8%

CMYK

 C value IS 0.91

 M value IS 0.65

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#092468 (or 0x092468) is known color: Sapphire. HEX triplet: 09, 24 and 68. RGB value is (9,36,104). Sum of RGB (Red+Green+Blue) = 9+36+104=149 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.04% from 149); Green value is 36 (14.45% from 255 or 24.16% from 149); Blue value is 104 (41.02% from 255 or 69.80% from 149); Max value from RGB is 104 - color contains mainly: blue. Hex color #092468 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092468 is #F6DB97. Grayscale: #232323. Windows color (decimal): -16178072 or 6824969. OLE color: 6824969.

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

Color convert

RGB 9 36 104 -
CMYK 0.91 0.65 0 0.59
HSL 222.95º 0.84% 0.22% -
HSV(B) 222.95º 0.91% 0.41% -
XYZ 3.24 2.32 13.37 -
YUV 35.68 166.55 108.97 -
System Red Green Blue C M Y K H S L
Decimal 9 36 104 0.91 0.65 0 0.59 222.95 0.84 0.22
Hex 9 24 68 5B 41 0 3B DF 54 16
Octal 11 44 150 133 101 0 73 337 124 26
Binary 1001 100100 1101000 1011011 1000001 0 111011 11011111 1010100 10110

Color Harmonies of #092468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092468

Black with #092468

Text Example


Text Example

White with #092468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092468; }

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

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

background-color css

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

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

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

border-color css

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

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

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