Html Css Color HEX #02399C Smalt

📋 copy color: '#02399C'

red 2 ◦ green 57 ◦ blue 156

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

Shades of Smalt #02399C

Tints of Smalt #02399C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.51%

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

R = 0.93%
G = 26.51%
B = 72.56%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#02399C (or 0x02399C) is known color: Smalt. HEX triplet: 02, 39 and 9C. RGB value is (2,57,156). Sum of RGB (Red+Green+Blue) = 2+57+156=215 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 215); Green value is 57 (22.66% from 255 or 26.51% from 215); Blue value is 156 (61.33% from 255 or 72.56% from 215); Max value from RGB is 156 - color contains mainly: blue. Hex color #02399C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02399C is #FDC663. Grayscale: #333333. Windows color (decimal): -16631396 or 10238210. OLE color: 10238210.

HSL color Cylindrical-coordinate representation of color #02399C: hue angle of 218.57º 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 #02399C is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 2 57 156 -
CMYK 0.99 0.63 0 0.39
HSL 218.57º 0.97% 0.31% -
HSV(B) 218.57º 0.99% 0.61% -
XYZ 7.49 5.34 32.09 -
YUV 51.84 186.78 92.45 -
System Red Green Blue C M Y K H S L
Decimal 2 57 156 0.99 0.63 0 0.39 218.57 0.97 0.31
Hex 2 39 9C 63 3F 0 27 DB 61 1F
Octal 2 71 234 143 77 0 47 333 141 37
Binary 10 111001 10011100 1100011 111111 0 100111 11011011 1100001 11111

Color Harmonies of #02399C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02399C

Black with #02399C

Text Example


Text Example

White with #02399C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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