Html Css Color HEX #02398C Smalt

📋 copy color: '#02398C'

red 2 ◦ green 57 ◦ blue 140

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

Shades of Smalt #02398C

Tints of Smalt #02398C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 70.35%

R = 1.01%
G = 28.64%
B = 70.35%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#02398C (or 0x02398C) is known color: Smalt. HEX triplet: 02, 39 and 8C. RGB value is (2,57,140). Sum of RGB (Red+Green+Blue) = 2+57+140=199 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 199); Green value is 57 (22.66% from 255 or 28.64% from 199); Blue value is 140 (55.08% from 255 or 70.35% from 199); Max value from RGB is 140 - color contains mainly: blue. Hex color #02398C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02398C is #FDC673. Grayscale: #313131. Windows color (decimal): -16631412 or 9189634. OLE color: 9189634.

HSL color Cylindrical-coordinate representation of color #02398C: hue angle of 216.09º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02398C is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 2 57 140 -
CMYK 0.99 0.59 0 0.45
HSL 216.09º 0.97% 0.28% -
HSV(B) 216.09º 0.99% 0.55% -
XYZ 6.22 4.83 25.42 -
YUV 50.02 178.78 93.75 -
System Red Green Blue C M Y K H S L
Decimal 2 57 140 0.99 0.59 0 0.45 216.09 0.97 0.28
Hex 2 39 8C 63 3B 0 2D D8 61 1C
Octal 2 71 214 143 73 0 55 330 141 34
Binary 10 111001 10001100 1100011 111011 0 101101 11011000 1100001 11100

Color Harmonies of #02398C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02398C

Black with #02398C

Text Example


Text Example

White with #02398C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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