Html Css Color HEX #092552 Sapphire

📋 copy color: '#092552'

red 9 ◦ green 37 ◦ blue 82

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

Shades of Sapphire #092552

Tints of Sapphire #092552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 64.06%

R = 7.03%
G = 28.91%
B = 64.06%

CMYK

 C value IS 0.89

 M value IS 0.55

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#092552 (or 0x092552) is known color: Sapphire. HEX triplet: 09, 25 and 52. RGB value is (9,37,82). Sum of RGB (Red+Green+Blue) = 9+37+82=128 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.03% from 128); Green value is 37 (14.84% from 255 or 28.91% from 128); Blue value is 82 (32.42% from 255 or 64.06% from 128); Max value from RGB is 82 - color contains mainly: blue. Hex color #092552 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092552 is #F6DAAD. Grayscale: #212121. Windows color (decimal): -16177838 or 5383433. OLE color: 5383433.

HSL color Cylindrical-coordinate representation of color #092552: hue angle of 216.99º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #092552 is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 9 37 82 -
CMYK 0.89 0.55 0 0.68
HSL 216.99º 0.8% 0.18% -
HSV(B) 216.99º 0.89% 0.32% -
XYZ 2.3 1.99 8.25 -
YUV 33.76 155.22 110.34 -
System Red Green Blue C M Y K H S L
Decimal 9 37 82 0.89 0.55 0 0.68 216.99 0.8 0.18
Hex 9 25 52 59 37 0 44 D9 50 12
Octal 11 45 122 131 67 0 104 331 120 22
Binary 1001 100101 1010010 1011001 110111 0 1000100 11011001 1010000 10010

Color Harmonies of #092552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092552

Black with #092552

Text Example


Text Example

White with #092552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092552; }

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

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

background-color css

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

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

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

border-color css

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

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

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