Html Css Color HEX #000852 Sapphire

📋 copy color: '#000852'

red 0 ◦ green 8 ◦ blue 82

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

Shades of Sapphire #000852

Tints of Sapphire #000852

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 8 (3.52% from 255) = 8.89%

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

R = 0%
G = 8.89%
B = 91.11%

CMYK

 C value IS 1

 M value IS 0.90

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#000852 (or 0x000852) is known color: Sapphire. HEX triplet: 00, 08 and 52. RGB value is (0,8,82). Sum of RGB (Red+Green+Blue) = 0+8+82=90 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 90); Green value is 8 (3.52% from 255 or 8.89% from 90); Blue value is 82 (32.42% from 255 or 91.11% from 90); Max value from RGB is 82 - color contains mainly: blue. Hex color #000852 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000852 is #FFF7AD. Grayscale: #0D0D0D. Windows color (decimal): -16775086 or 5376000. OLE color: 5376000.

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

Color convert

RGB 0 8 82 -
CMYK 1 0.90 0 0.68
HSL 234.15º 1% 0.16% -
HSV(B) 234.15º 1% 0.32% -
XYZ 1.61 0.78 8.05 -
YUV 14.04 166.35 117.98 -
System Red Green Blue C M Y K H S L
Decimal 0 8 82 1 0.90 0 0.68 234.15 1 0.16
Hex 0 8 52 64 5A 0 44 EA 64 10
Octal 0 10 122 144 132 0 104 352 144 20
Binary 0 1000 1010010 1100100 1011010 0 1000100 11101010 1100100 10000

Color Harmonies of #000852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000852

Black with #000852

Text Example


Text Example

White with #000852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000852; }

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

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

background-color css

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

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

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

border-color css

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

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

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