Html Css Color HEX #002083 Sapphire

📋 copy color: '#002083'

red 0 ◦ green 32 ◦ blue 131

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

Shades of Sapphire #002083

Tints of Sapphire #002083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 80.37%

R = 0%
G = 19.63%
B = 80.37%

CMYK

 C value IS 1

 M value IS 0.76

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#002083 (or 0x002083) is known color: Sapphire. HEX triplet: 00, 20 and 83. RGB value is (0,32,131). Sum of RGB (Red+Green+Blue) = 0+32+131=163 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 131 (51.56% from 255 or 80.37% from 163); Max value from RGB is 131 - color contains mainly: blue. Hex color #002083 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002083 is #FFDF7C. Grayscale: #212121. Windows color (decimal): -16768893 or 8593408. OLE color: 8593408.

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

Color convert

RGB 0 32 131 -
CMYK 1 0.76 0 0.49
HSL 225.34º 1% 0.26% -
HSV(B) 225.34º 1% 0.51% -
XYZ 4.61 2.67 21.75 -
YUV 33.72 182.9 103.95 -
System Red Green Blue C M Y K H S L
Decimal 0 32 131 1 0.76 0 0.49 225.34 1 0.26
Hex 0 20 83 64 4C 0 31 E1 64 1A
Octal 0 40 203 144 114 0 61 341 144 32
Binary 0 100000 10000011 1100100 1001100 0 110001 11100001 1100100 11010

Color Harmonies of #002083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002083

Black with #002083

Text Example


Text Example

White with #002083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002083; }

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

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

background-color css

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

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

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

border-color css

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

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

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