Html Css Color HEX #092553 Sapphire

📋 copy color: '#092553'

red 9 ◦ green 37 ◦ blue 83

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

Shades of Sapphire #092553

Tints of Sapphire #092553

RGB

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

 GREEN value IS 37 (14.84% from 255) = 28.68%

 BLUE value IS 83 (32.81% from 255) = 64.34%

R = 6.98%
G = 28.68%
B = 64.34%

CMYK

 C value IS 0.89

 M value IS 0.55

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#092553 (or 0x092553) is known color: Sapphire. HEX triplet: 09, 25 and 53. RGB value is (9,37,83). Sum of RGB (Red+Green+Blue) = 9+37+83=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 37 (14.84% from 255 or 28.68% from 129); Blue value is 83 (32.81% from 255 or 64.34% from 129); Max value from RGB is 83 - color contains mainly: blue. Hex color #092553 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092553 is #F6DAAC. Grayscale: #212121. Windows color (decimal): -16177837 or 5448969. OLE color: 5448969.

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

Color convert

RGB 9 37 83 -
CMYK 0.89 0.55 0 0.67
HSL 217.3º 0.8% 0.18% -
HSV(B) 217.3º 0.89% 0.33% -
XYZ 2.34 2.01 8.45 -
YUV 33.87 155.72 110.26 -
System Red Green Blue C M Y K H S L
Decimal 9 37 83 0.89 0.55 0 0.67 217.3 0.8 0.18
Hex 9 25 53 59 37 0 43 D9 50 12
Octal 11 45 123 131 67 0 103 331 120 22
Binary 1001 100101 1010011 1011001 110111 0 1000011 11011001 1010000 10010

Color Harmonies of #092553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092553

Black with #092553

Text Example


Text Example

White with #092553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092553; }

 p { color: rgb(9,37,83); }

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

background-color css

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

 a { background-color: rgb(9,37,83); }

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

border-color css

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

 span { border-color: rgb(9,37,83); }

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