Html Css Color HEX #002184 Smalt

📋 copy color: '#002184'

red 0 ◦ green 33 ◦ blue 132

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

Shades of Smalt #002184

Tints of Smalt #002184

RGB

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

 GREEN value IS 33 (13.28% from 255) = 20%

 BLUE value IS 132 (51.95% from 255) = 80%

R = 0%
G = 20%
B = 80%

CMYK

 C value IS 1

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#002184 (or 0x002184) is known color: Smalt. HEX triplet: 00, 21 and 84. RGB value is (0,33,132). Sum of RGB (Red+Green+Blue) = 0+33+132=165 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 165); Green value is 33 (13.28% from 255 or 20% from 165); Blue value is 132 (51.95% from 255 or 80% from 165); Max value from RGB is 132 - color contains mainly: blue. Hex color #002184 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002184 is #FFDE7B. Grayscale: #212121. Windows color (decimal): -16768636 or 8659200. OLE color: 8659200.

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

Color convert

RGB 0 33 132 -
CMYK 1 0.75 0 0.48
HSL 225º 1% 0.26% -
HSV(B) 225º 1% 0.52% -
XYZ 4.71 2.75 22.11 -
YUV 34.42 183.07 103.45 -
System Red Green Blue C M Y K H S L
Decimal 0 33 132 1 0.75 0 0.48 225 1 0.26
Hex 0 21 84 64 4B 0 30 E1 64 1A
Octal 0 41 204 144 113 0 60 341 144 32
Binary 0 100001 10000100 1100100 1001011 0 110000 11100001 1100100 11010

Color Harmonies of #002184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002184

Black with #002184

Text Example


Text Example

White with #002184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002184; }

 p { color: rgb(0,33,132); }

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

background-color css

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

 a { background-color: rgb(0,33,132); }

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

border-color css

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

 span { border-color: rgb(0,33,132); }

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