Html Css Color HEX #092154 Sapphire

📋 copy color: '#092154'

red 9 ◦ green 33 ◦ blue 84

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

Shades of Sapphire #092154

Tints of Sapphire #092154

RGB

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

 GREEN value IS 33 (13.28% from 255) = 26.19%

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

R = 7.14%
G = 26.19%
B = 66.67%

CMYK

 C value IS 0.89

 M value IS 0.61

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#092154 (or 0x092154) is known color: Sapphire. HEX triplet: 09, 21 and 54. RGB value is (9,33,84). Sum of RGB (Red+Green+Blue) = 9+33+84=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 33 (13.28% from 255 or 26.19% from 126); Blue value is 84 (33.20% from 255 or 66.67% from 126); Max value from RGB is 84 - color contains mainly: blue. Hex color #092154 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092154 is #F6DEAB. Grayscale: #1F1F1F. Windows color (decimal): -16178860 or 5513481. OLE color: 5513481.

HSL color Cylindrical-coordinate representation of color #092154: hue angle of 220.8º 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 #092154 is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 33 84 -
CMYK 0.89 0.61 0 0.67
HSL 220.8º 0.81% 0.18% -
HSV(B) 220.8º 0.89% 0.33% -
XYZ 2.26 1.79 8.61 -
YUV 31.64 157.55 111.85 -
System Red Green Blue C M Y K H S L
Decimal 9 33 84 0.89 0.61 0 0.67 220.8 0.81 0.18
Hex 9 21 54 59 3D 0 43 DD 51 12
Octal 11 41 124 131 75 0 103 335 121 22
Binary 1001 100001 1010100 1011001 111101 0 1000011 11011101 1010001 10010

Color Harmonies of #092154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092154

Black with #092154

Text Example


Text Example

White with #092154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092154; }

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

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

background-color css

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

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

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

border-color css

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

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

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