Html Css Color HEX #02328F Smalt

📋 copy color: '#02328F'

red 2 ◦ green 50 ◦ blue 143

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

Shades of Smalt #02328F

Tints of Smalt #02328F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 73.33%

R = 1.03%
G = 25.64%
B = 73.33%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#02328F (or 0x02328F) is known color: Smalt. HEX triplet: 02, 32 and 8F. RGB value is (2,50,143). Sum of RGB (Red+Green+Blue) = 2+50+143=195 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 195); Green value is 50 (19.92% from 255 or 25.64% from 195); Blue value is 143 (56.25% from 255 or 73.33% from 195); Max value from RGB is 143 - color contains mainly: blue. Hex color #02328F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02328F is #FDCD70. Grayscale: #2D2D2D. Windows color (decimal): -16633201 or 9384450. OLE color: 9384450.

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

Color convert

RGB 2 50 143 -
CMYK 0.99 0.65 0 0.44
HSL 219.57º 0.97% 0.28% -
HSV(B) 219.57º 0.99% 0.56% -
XYZ 6.12 4.28 26.49 -
YUV 46.25 182.6 96.44 -
System Red Green Blue C M Y K H S L
Decimal 2 50 143 0.99 0.65 0 0.44 219.57 0.97 0.28
Hex 2 32 8F 63 41 0 2C DC 61 1C
Octal 2 62 217 143 101 0 54 334 141 34
Binary 10 110010 10001111 1100011 1000001 0 101100 11011100 1100001 11100

Color Harmonies of #02328F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02328F

Black with #02328F

Text Example


Text Example

White with #02328F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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