Html Css Color HEX #082552 Sapphire

📋 copy color: '#082552'

red 8 ◦ green 37 ◦ blue 82

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

Shades of Sapphire #082552

Tints of Sapphire #082552

RGB

 RED value IS 8 (3.52% from 255) = 6.3%

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

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

R = 6.3%
G = 29.13%
B = 64.57%

CMYK

 C value IS 0.90

 M value IS 0.55

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#082552 (or 0x082552) is known color: Sapphire. HEX triplet: 08, 25 and 52. RGB value is (8,37,82). Sum of RGB (Red+Green+Blue) = 8+37+82=127 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.30% from 127); Green value is 37 (14.84% from 255 or 29.13% from 127); Blue value is 82 (32.42% from 255 or 64.57% from 127); Max value from RGB is 82 - color contains mainly: blue. Hex color #082552 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082552 is #F7DAAD. Grayscale: #212121. Windows color (decimal): -16243374 or 5383432. OLE color: 5383432.

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

Color convert

RGB 8 37 82 -
CMYK 0.90 0.55 0 0.68
HSL 216.49º 0.82% 0.18% -
HSV(B) 216.49º 0.9% 0.32% -
XYZ 2.28 1.98 8.25 -
YUV 33.46 155.39 109.84 -
System Red Green Blue C M Y K H S L
Decimal 8 37 82 0.90 0.55 0 0.68 216.49 0.82 0.18
Hex 8 25 52 5A 37 0 44 D8 52 12
Octal 10 45 122 132 67 0 104 330 122 22
Binary 1000 100101 1010010 1011010 110111 0 1000100 11011000 1010010 10010

Color Harmonies of #082552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082552

Black with #082552

Text Example


Text Example

White with #082552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082552; }

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

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

background-color css

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

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

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

border-color css

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

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

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