Html Css Color HEX #092152 Sapphire

📋 copy color: '#092152'

red 9 ◦ green 33 ◦ blue 82

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

Shades of Sapphire #092152

Tints of Sapphire #092152

RGB

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

 GREEN value IS 33 (13.28% from 255) = 26.61%

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

R = 7.26%
G = 26.61%
B = 66.13%

CMYK

 C value IS 0.89

 M value IS 0.60

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#092152 (or 0x092152) is known color: Sapphire. HEX triplet: 09, 21 and 52. RGB value is (9,33,82). Sum of RGB (Red+Green+Blue) = 9+33+82=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 33 (13.28% from 255 or 26.61% from 124); Blue value is 82 (32.42% from 255 or 66.13% from 124); Max value from RGB is 82 - color contains mainly: blue. Hex color #092152 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092152 is #F6DEAD. Grayscale: #1F1F1F. Windows color (decimal): -16178862 or 5382409. OLE color: 5382409.

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

Color convert

RGB 9 33 82 -
CMYK 0.89 0.60 0 0.68
HSL 220.27º 0.8% 0.18% -
HSV(B) 220.27º 0.89% 0.32% -
XYZ 2.18 1.75 8.21 -
YUV 31.41 156.55 112.02 -
System Red Green Blue C M Y K H S L
Decimal 9 33 82 0.89 0.60 0 0.68 220.27 0.8 0.18
Hex 9 21 52 59 3C 0 44 DC 50 12
Octal 11 41 122 131 74 0 104 334 120 22
Binary 1001 100001 1010010 1011001 111100 0 1000100 11011100 1010000 10010

Color Harmonies of #092152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092152

Black with #092152

Text Example


Text Example

White with #092152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092152; }

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

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

background-color css

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

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

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

border-color css

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

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

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