Html Css Color HEX #02398B Smalt

📋 copy color: '#02398B'

red 2 ◦ green 57 ◦ blue 139

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

Shades of Smalt #02398B

Tints of Smalt #02398B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 70.2%

R = 1.01%
G = 28.79%
B = 70.2%

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

#02398B (or 0x02398B) is known color: Smalt. HEX triplet: 02, 39 and 8B. RGB value is (2,57,139). Sum of RGB (Red+Green+Blue) = 2+57+139=198 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 198); Green value is 57 (22.66% from 255 or 28.79% from 198); Blue value is 139 (54.69% from 255 or 70.20% from 198); Max value from RGB is 139 - color contains mainly: blue. Hex color #02398B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02398B is #FDC674. Grayscale: #313131. Windows color (decimal): -16631413 or 9124098. OLE color: 9124098.

HSL color Cylindrical-coordinate representation of color #02398B: hue angle of 215.91º 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 #02398B is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 2 57 139 -
CMYK 0.99 0.59 0 0.45
HSL 215.91º 0.97% 0.28% -
HSV(B) 215.91º 0.99% 0.55% -
XYZ 6.15 4.8 25.03 -
YUV 49.9 178.28 93.83 -
System Red Green Blue C M Y K H S L
Decimal 2 57 139 0.99 0.59 0 0.45 215.91 0.97 0.28
Hex 2 39 8B 63 3B 0 2D D8 61 1C
Octal 2 71 213 143 73 0 55 330 141 34
Binary 10 111001 10001011 1100011 111011 0 101101 11011000 1100001 11100

Color Harmonies of #02398B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02398B

Black with #02398B

Text Example


Text Example

White with #02398B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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