Html Css Color HEX #02379F Smalt

📋 copy color: '#02379F'

red 2 ◦ green 55 ◦ blue 159

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

Shades of Smalt #02379F

Tints of Smalt #02379F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.46%

 BLUE value IS 159 (62.5% from 255) = 73.61%

R = 0.93%
G = 25.46%
B = 73.61%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#02379F (or 0x02379F) is known color: Smalt. HEX triplet: 02, 37 and 9F. RGB value is (2,55,159). Sum of RGB (Red+Green+Blue) = 2+55+159=216 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 216); Green value is 55 (21.88% from 255 or 25.46% from 216); Blue value is 159 (62.5% from 255 or 73.61% from 216); Max value from RGB is 159 - color contains mainly: blue. Hex color #02379F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02379F is #FDC860. Grayscale: #323232. Windows color (decimal): -16631905 or 10434306. OLE color: 10434306.

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

Color convert

RGB 2 55 159 -
CMYK 0.99 0.65 0 0.38
HSL 219.75º 0.98% 0.32% -
HSV(B) 219.75º 0.99% 0.62% -
XYZ 7.65 5.25 33.41 -
YUV 51.01 188.94 93.04 -
System Red Green Blue C M Y K H S L
Decimal 2 55 159 0.99 0.65 0 0.38 219.75 0.98 0.32
Hex 2 37 9F 63 41 0 26 DC 62 20
Octal 2 67 237 143 101 0 46 334 142 40
Binary 10 110111 10011111 1100011 1000001 0 100110 11011100 1100010 100000

Color Harmonies of #02379F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02379F

Black with #02379F

Text Example


Text Example

White with #02379F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,55,159); }

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

background-color css

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

 a { background-color: rgb(2,55,159); }

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

border-color css

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

 span { border-color: rgb(2,55,159); }

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