Html Css Color HEX #02379C Smalt

📋 copy color: '#02379C'

red 2 ◦ green 55 ◦ blue 156

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

Shades of Smalt #02379C

Tints of Smalt #02379C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 73.24%

R = 0.94%
G = 25.82%
B = 73.24%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#02379C (or 0x02379C) is known color: Smalt. HEX triplet: 02, 37 and 9C. RGB value is (2,55,156). Sum of RGB (Red+Green+Blue) = 2+55+156=213 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 213); Green value is 55 (21.88% from 255 or 25.82% from 213); Blue value is 156 (61.33% from 255 or 73.24% from 213); Max value from RGB is 156 - color contains mainly: blue. Hex color #02379C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02379C is #FDC863. Grayscale: #323232. Windows color (decimal): -16631908 or 10237698. OLE color: 10237698.

HSL color Cylindrical-coordinate representation of color #02379C: hue angle of 219.35º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02379C is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 2 55 156 -
CMYK 0.99 0.65 0 0.39
HSL 219.35º 0.97% 0.31% -
HSV(B) 219.35º 0.99% 0.61% -
XYZ 7.39 5.15 32.06 -
YUV 50.67 187.44 93.29 -
System Red Green Blue C M Y K H S L
Decimal 2 55 156 0.99 0.65 0 0.39 219.35 0.97 0.31
Hex 2 37 9C 63 41 0 27 DB 61 1F
Octal 2 67 234 143 101 0 47 333 141 37
Binary 10 110111 10011100 1100011 1000001 0 100111 11011011 1100001 11111

Color Harmonies of #02379C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02379C

Black with #02379C

Text Example


Text Example

White with #02379C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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