Html Css Color HEX #092952 Sapphire

📋 copy color: '#092952'

red 9 ◦ green 41 ◦ blue 82

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

Shades of Sapphire #092952

Tints of Sapphire #092952

RGB

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

 GREEN value IS 41 (16.41% from 255) = 31.06%

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

R = 6.82%
G = 31.06%
B = 62.12%

CMYK

 C value IS 0.89

 M value IS 0.50

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#092952 (or 0x092952) is known color: Sapphire. HEX triplet: 09, 29 and 52. RGB value is (9,41,82). Sum of RGB (Red+Green+Blue) = 9+41+82=132 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.82% from 132); Green value is 41 (16.41% from 255 or 31.06% from 132); Blue value is 82 (32.42% from 255 or 62.12% from 132); Max value from RGB is 82 - color contains mainly: blue. Hex color #092952 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092952 is #F6D6AD. Grayscale: #232323. Windows color (decimal): -16176814 or 5384457. OLE color: 5384457.

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

Color convert

RGB 9 41 82 -
CMYK 0.89 0.50 0 0.68
HSL 213.7º 0.8% 0.18% -
HSV(B) 213.7º 0.89% 0.32% -
XYZ 2.43 2.25 8.29 -
YUV 36.11 153.9 108.67 -
System Red Green Blue C M Y K H S L
Decimal 9 41 82 0.89 0.50 0 0.68 213.7 0.8 0.18
Hex 9 29 52 59 32 0 44 D6 50 12
Octal 11 51 122 131 62 0 104 326 120 22
Binary 1001 101001 1010010 1011001 110010 0 1000100 11010110 1010000 10010

Color Harmonies of #092952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092952

Black with #092952

Text Example


Text Example

White with #092952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092952; }

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

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

background-color css

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

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

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

border-color css

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

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

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