Html Css Color HEX #092053 Sapphire

📋 copy color: '#092053'

red 9 ◦ green 32 ◦ blue 83

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

Shades of Sapphire #092053

Tints of Sapphire #092053

RGB

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

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

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

R = 7.26%
G = 25.81%
B = 66.94%

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

#092053 (or 0x092053) is known color: Sapphire. HEX triplet: 09, 20 and 53. RGB value is (9,32,83). Sum of RGB (Red+Green+Blue) = 9+32+83=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 32 (12.89% from 255 or 25.81% from 124); Blue value is 83 (32.81% from 255 or 66.94% from 124); Max value from RGB is 83 - color contains mainly: blue. Hex color #092053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092053 is #F6DFAC. Grayscale: #1E1E1E. Windows color (decimal): -16179117 or 5447689. OLE color: 5447689.

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

Color convert

RGB 9 32 83 -
CMYK 0.89 0.61 0 0.67
HSL 221.35º 0.8% 0.18% -
HSV(B) 221.35º 0.89% 0.33% -
XYZ 2.19 1.72 8.4 -
YUV 30.94 157.38 112.35 -
System Red Green Blue C M Y K H S L
Decimal 9 32 83 0.89 0.61 0 0.67 221.35 0.8 0.18
Hex 9 20 53 59 3D 0 43 DD 50 12
Octal 11 40 123 131 75 0 103 335 120 22
Binary 1001 100000 1010011 1011001 111101 0 1000011 11011101 1010000 10010

Color Harmonies of #092053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092053

Black with #092053

Text Example


Text Example

White with #092053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092053; }

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

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

background-color css

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

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

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

border-color css

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

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

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