Html Css Color HEX #02328A Smalt

📋 copy color: '#02328A'

red 2 ◦ green 50 ◦ blue 138

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

Shades of Smalt #02328A

Tints of Smalt #02328A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 72.63%

R = 1.05%
G = 26.32%
B = 72.63%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#02328A (or 0x02328A) is known color: Smalt. HEX triplet: 02, 32 and 8A. RGB value is (2,50,138). Sum of RGB (Red+Green+Blue) = 2+50+138=190 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 138 (54.30% from 255 or 72.63% from 190); Max value from RGB is 138 - color contains mainly: blue. Hex color #02328A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02328A is #FDCD75. Grayscale: #2D2D2D. Windows color (decimal): -16633206 or 9056770. OLE color: 9056770.

HSL color Cylindrical-coordinate representation of color #02328A: hue angle of 218.82º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02328A is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 2 50 138 -
CMYK 0.99 0.64 0 0.46
HSL 218.82º 0.97% 0.27% -
HSV(B) 218.82º 0.99% 0.54% -
XYZ 5.75 4.13 24.54 -
YUV 45.68 180.1 96.84 -
System Red Green Blue C M Y K H S L
Decimal 2 50 138 0.99 0.64 0 0.46 218.82 0.97 0.27
Hex 2 32 8A 63 40 0 2E DB 61 1B
Octal 2 62 212 143 100 0 56 333 141 33
Binary 10 110010 10001010 1100011 1000000 0 101110 11011011 1100001 11011

Color Harmonies of #02328A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02328A

Black with #02328A

Text Example


Text Example

White with #02328A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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