Html Css Color HEX #002082 Sapphire

📋 copy color: '#002082'

red 0 ◦ green 32 ◦ blue 130

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

Shades of Sapphire #002082

Tints of Sapphire #002082

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.75%

 BLUE value IS 130 (51.17% from 255) = 80.25%

R = 0%
G = 19.75%
B = 80.25%

CMYK

 C value IS 1

 M value IS 0.75

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#002082 (or 0x002082) is known color: Sapphire. HEX triplet: 00, 20 and 82. RGB value is (0,32,130). Sum of RGB (Red+Green+Blue) = 0+32+130=162 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 162); Green value is 32 (12.89% from 255 or 19.75% from 162); Blue value is 130 (51.17% from 255 or 80.25% from 162); Max value from RGB is 130 - color contains mainly: blue. Hex color #002082 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002082 is #FFDF7D. Grayscale: #212121. Windows color (decimal): -16768894 or 8527872. OLE color: 8527872.

HSL color Cylindrical-coordinate representation of color #002082: hue angle of 225.23º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002082 is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 0 32 130 -
CMYK 1 0.75 0 0.49
HSL 225.23º 1% 0.25% -
HSV(B) 225.23º 1% 0.51% -
XYZ 4.55 2.64 21.39 -
YUV 33.6 182.4 104.03 -
System Red Green Blue C M Y K H S L
Decimal 0 32 130 1 0.75 0 0.49 225.23 1 0.25
Hex 0 20 82 64 4B 0 31 E1 64 19
Octal 0 40 202 144 113 0 61 341 144 31
Binary 0 100000 10000010 1100100 1001011 0 110001 11100001 1100100 11001

Color Harmonies of #002082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002082

Black with #002082

Text Example


Text Example

White with #002082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002082; }

 p { color: rgb(0,32,130); }

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

background-color css

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

 a { background-color: rgb(0,32,130); }

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

border-color css

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

 span { border-color: rgb(0,32,130); }

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