Html Css Color HEX #092852 Sapphire

📋 copy color: '#092852'

red 9 ◦ green 40 ◦ blue 82

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

Shades of Sapphire #092852

Tints of Sapphire #092852

RGB

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

 GREEN value IS 40 (16.02% from 255) = 30.53%

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

R = 6.87%
G = 30.53%
B = 62.6%

CMYK

 C value IS 0.89

 M value IS 0.51

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#092852 (or 0x092852) is known color: Sapphire. HEX triplet: 09, 28 and 52. RGB value is (9,40,82). Sum of RGB (Red+Green+Blue) = 9+40+82=131 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.87% from 131); Green value is 40 (16.02% from 255 or 30.53% from 131); Blue value is 82 (32.42% from 255 or 62.60% from 131); Max value from RGB is 82 - color contains mainly: blue. Hex color #092852 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092852 is #F6D7AD. Grayscale: #232323. Windows color (decimal): -16177070 or 5384201. OLE color: 5384201.

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

Color convert

RGB 9 40 82 -
CMYK 0.89 0.51 0 0.68
HSL 214.52º 0.8% 0.18% -
HSV(B) 214.52º 0.89% 0.32% -
XYZ 2.39 2.18 8.28 -
YUV 35.52 154.23 109.08 -
System Red Green Blue C M Y K H S L
Decimal 9 40 82 0.89 0.51 0 0.68 214.52 0.8 0.18
Hex 9 28 52 59 33 0 44 D7 50 12
Octal 11 50 122 131 63 0 104 327 120 22
Binary 1001 101000 1010010 1011001 110011 0 1000100 11010111 1010000 10010

Color Harmonies of #092852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092852

Black with #092852

Text Example


Text Example

White with #092852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092852; }

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

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

background-color css

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

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

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

border-color css

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

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

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