Html Css Color HEX #092054 Sapphire

📋 copy color: '#092054'

red 9 ◦ green 32 ◦ blue 84

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

Shades of Sapphire #092054

Tints of Sapphire #092054

RGB

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

 GREEN value IS 32 (12.89% from 255) = 25.6%

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

R = 7.2%
G = 25.6%
B = 67.2%

CMYK

 C value IS 0.89

 M value IS 0.62

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#092054 (or 0x092054) is known color: Sapphire. HEX triplet: 09, 20 and 54. RGB value is (9,32,84). Sum of RGB (Red+Green+Blue) = 9+32+84=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 32 (12.89% from 255 or 25.6% from 125); Blue value is 84 (33.20% from 255 or 67.2% from 125); Max value from RGB is 84 - color contains mainly: blue. Hex color #092054 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092054 is #F6DFAB. Grayscale: #1E1E1E. Windows color (decimal): -16179116 or 5513225. OLE color: 5513225.

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

Color convert

RGB 9 32 84 -
CMYK 0.89 0.62 0 0.67
HSL 221.6º 0.81% 0.18% -
HSV(B) 221.6º 0.89% 0.33% -
XYZ 2.23 1.73 8.6 -
YUV 31.05 157.88 112.27 -
System Red Green Blue C M Y K H S L
Decimal 9 32 84 0.89 0.62 0 0.67 221.6 0.81 0.18
Hex 9 20 54 59 3E 0 43 DE 51 12
Octal 11 40 124 131 76 0 103 336 121 22
Binary 1001 100000 1010100 1011001 111110 0 1000011 11011110 1010001 10010

Color Harmonies of #092054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092054

Black with #092054

Text Example


Text Example

White with #092054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092054; }

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

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

background-color css

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

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

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

border-color css

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

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

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