Html Css Color HEX #092254 Sapphire

📋 copy color: '#092254'

red 9 ◦ green 34 ◦ blue 84

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

Shades of Sapphire #092254

Tints of Sapphire #092254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 66.14%

R = 7.09%
G = 26.77%
B = 66.14%

CMYK

 C value IS 0.89

 M value IS 0.60

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#092254 (or 0x092254) is known color: Sapphire. HEX triplet: 09, 22 and 54. RGB value is (9,34,84). Sum of RGB (Red+Green+Blue) = 9+34+84=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 34 (13.67% from 255 or 26.77% from 127); Blue value is 84 (33.20% from 255 or 66.14% from 127); Max value from RGB is 84 - color contains mainly: blue. Hex color #092254 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092254 is #F6DDAB. Grayscale: #202020. Windows color (decimal): -16178604 or 5513737. OLE color: 5513737.

HSL color Cylindrical-coordinate representation of color #092254: hue angle of 220º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #092254 is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 34 84 -
CMYK 0.89 0.60 0 0.67
HSL 220º 0.81% 0.18% -
HSV(B) 220º 0.89% 0.33% -
XYZ 2.28 1.84 8.62 -
YUV 32.23 157.22 111.43 -
System Red Green Blue C M Y K H S L
Decimal 9 34 84 0.89 0.60 0 0.67 220 0.81 0.18
Hex 9 22 54 59 3C 0 43 DC 51 12
Octal 11 42 124 131 74 0 103 334 121 22
Binary 1001 100010 1010100 1011001 111100 0 1000011 11011100 1010001 10010

Color Harmonies of #092254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092254

Black with #092254

Text Example


Text Example

White with #092254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092254; }

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

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

background-color css

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

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

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

border-color css

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

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

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