Html Css Color HEX #003083 Smalt

📋 copy color: '#003083'

red 0 ◦ green 48 ◦ blue 131

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

Shades of Smalt #003083

Tints of Smalt #003083

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.82%

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

R = 0%
G = 26.82%
B = 73.18%

CMYK

 C value IS 1

 M value IS 0.63

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#003083 (or 0x003083) is known color: Smalt. HEX triplet: 00, 30 and 83. RGB value is (0,48,131). Sum of RGB (Red+Green+Blue) = 0+48+131=179 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 179); Green value is 48 (19.14% from 255 or 26.82% from 179); Blue value is 131 (51.56% from 255 or 73.18% from 179); Max value from RGB is 131 - color contains mainly: blue. Hex color #003083 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003083 is #FFCF7C. Grayscale: #2A2A2A. Windows color (decimal): -16764797 or 8597504. OLE color: 8597504.

HSL color Cylindrical-coordinate representation of color #003083: hue angle of 218.02º 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 #003083 is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 0 48 131 -
CMYK 1 0.63 0 0.49
HSL 218.02º 1% 0.26% -
HSV(B) 218.02º 1% 0.51% -
XYZ 5.15 3.75 21.93 -
YUV 43.11 177.6 97.25 -
System Red Green Blue C M Y K H S L
Decimal 0 48 131 1 0.63 0 0.49 218.02 1 0.26
Hex 0 30 83 64 3F 0 31 DA 64 1A
Octal 0 60 203 144 77 0 61 332 144 32
Binary 0 110000 10000011 1100100 111111 0 110001 11011010 1100100 11010

Color Harmonies of #003083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003083

Black with #003083

Text Example


Text Example

White with #003083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003083; }

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

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

background-color css

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

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

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

border-color css

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

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

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