Html Css Color HEX #02329E Smalt

📋 copy color: '#02329E'

red 2 ◦ green 50 ◦ blue 158

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

Shades of Smalt #02329E

Tints of Smalt #02329E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 75.24%

R = 0.95%
G = 23.81%
B = 75.24%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#02329E (or 0x02329E) is known color: Smalt. HEX triplet: 02, 32 and 9E. RGB value is (2,50,158). Sum of RGB (Red+Green+Blue) = 2+50+158=210 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 158 (62.11% from 255 or 75.24% from 210); Max value from RGB is 158 - color contains mainly: blue. Hex color #02329E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02329E is #FDCD61. Grayscale: #2F2F2F. Windows color (decimal): -16633186 or 10367490. OLE color: 10367490.

HSL color Cylindrical-coordinate representation of color #02329E: hue angle of 221.54º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02329E is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 2 50 158 -
CMYK 0.99 0.68 0 0.38
HSL 221.54º 0.98% 0.31% -
HSV(B) 221.54º 0.99% 0.62% -
XYZ 7.34 4.76 32.88 -
YUV 47.96 190.1 95.22 -
System Red Green Blue C M Y K H S L
Decimal 2 50 158 0.99 0.68 0 0.38 221.54 0.98 0.31
Hex 2 32 9E 63 44 0 26 DE 62 1F
Octal 2 62 236 143 104 0 46 336 142 37
Binary 10 110010 10011110 1100011 1000100 0 100110 11011110 1100010 11111

Color Harmonies of #02329E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02329E

Black with #02329E

Text Example


Text Example

White with #02329E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02329E; }

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

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

background-color css

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

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

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

border-color css

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

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

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