Html Css Color HEX #092454 Sapphire

📋 copy color: '#092454'

red 9 ◦ green 36 ◦ blue 84

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

Shades of Sapphire #092454

Tints of Sapphire #092454

RGB

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

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

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

R = 6.98%
G = 27.91%
B = 65.12%

CMYK

 C value IS 0.89

 M value IS 0.57

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#092454 (or 0x092454) is known color: Sapphire. HEX triplet: 09, 24 and 54. RGB value is (9,36,84). Sum of RGB (Red+Green+Blue) = 9+36+84=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 36 (14.45% from 255 or 27.91% from 129); Blue value is 84 (33.20% from 255 or 65.12% from 129); Max value from RGB is 84 - color contains mainly: blue. Hex color #092454 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092454 is #F6DBAB. Grayscale: #212121. Windows color (decimal): -16178092 or 5514249. OLE color: 5514249.

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

Color convert

RGB 9 36 84 -
CMYK 0.89 0.57 0 0.67
HSL 218.4º 0.81% 0.18% -
HSV(B) 218.4º 0.89% 0.33% -
XYZ 2.34 1.96 8.64 -
YUV 33.4 156.55 110.6 -
System Red Green Blue C M Y K H S L
Decimal 9 36 84 0.89 0.57 0 0.67 218.4 0.81 0.18
Hex 9 24 54 59 39 0 43 DA 51 12
Octal 11 44 124 131 71 0 103 332 121 22
Binary 1001 100100 1010100 1011001 111001 0 1000011 11011010 1010001 10010

Color Harmonies of #092454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092454

Black with #092454

Text Example


Text Example

White with #092454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092454; }

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

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

background-color css

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

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

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

border-color css

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

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

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