Html Css Color HEX #02328D Smalt

📋 copy color: '#02328D'

red 2 ◦ green 50 ◦ blue 141

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

Shades of Smalt #02328D

Tints of Smalt #02328D

RGB

 RED value IS 2 (1.17% from 255) = 1.04%

 GREEN value IS 50 (19.92% from 255) = 25.91%

 BLUE value IS 141 (55.47% from 255) = 73.06%

R = 1.04%
G = 25.91%
B = 73.06%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#02328D (or 0x02328D) is known color: Smalt. HEX triplet: 02, 32 and 8D. RGB value is (2,50,141). Sum of RGB (Red+Green+Blue) = 2+50+141=193 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 193); Green value is 50 (19.92% from 255 or 25.91% from 193); Blue value is 141 (55.47% from 255 or 73.06% from 193); Max value from RGB is 141 - color contains mainly: blue. Hex color #02328D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02328D is #FDCD72. Grayscale: #2D2D2D. Windows color (decimal): -16633203 or 9253378. OLE color: 9253378.

HSL color Cylindrical-coordinate representation of color #02328D: hue angle of 219.28º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02328D is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 2 50 141 -
CMYK 0.99 0.65 0 0.45
HSL 219.28º 0.97% 0.28% -
HSV(B) 219.28º 0.99% 0.55% -
XYZ 5.97 4.22 25.7 -
YUV 46.02 181.6 96.6 -
System Red Green Blue C M Y K H S L
Decimal 2 50 141 0.99 0.65 0 0.45 219.28 0.97 0.28
Hex 2 32 8D 63 41 0 2D DB 61 1C
Octal 2 62 215 143 101 0 55 333 141 34
Binary 10 110010 10001101 1100011 1000001 0 101101 11011011 1100001 11100

Color Harmonies of #02328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02328D

Black with #02328D

Text Example


Text Example

White with #02328D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02328D; }

 p { color: rgb(2,50,141); }

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

background-color css

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

 a { background-color: rgb(2,50,141); }

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

border-color css

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

 span { border-color: rgb(2,50,141); }

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