Html Css Color HEX #02389D Smalt

📋 copy color: '#02389D'

red 2 ◦ green 56 ◦ blue 157

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

Shades of Smalt #02389D

Tints of Smalt #02389D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.05%

 BLUE value IS 157 (61.72% from 255) = 73.02%

R = 0.93%
G = 26.05%
B = 73.02%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#02389D (or 0x02389D) is known color: Smalt. HEX triplet: 02, 38 and 9D. RGB value is (2,56,157). Sum of RGB (Red+Green+Blue) = 2+56+157=215 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 157 (61.72% from 255 or 73.02% from 215); Max value from RGB is 157 - color contains mainly: blue. Hex color #02389D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02389D is #FDC762. Grayscale: #323232. Windows color (decimal): -16631651 or 10303490. OLE color: 10303490.

HSL color Cylindrical-coordinate representation of color #02389D: hue angle of 219.1º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02389D is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 2 56 157 -
CMYK 0.99 0.64 0 0.38
HSL 219.1º 0.97% 0.31% -
HSV(B) 219.1º 0.99% 0.62% -
XYZ 7.53 5.28 32.52 -
YUV 51.37 187.61 92.79 -
System Red Green Blue C M Y K H S L
Decimal 2 56 157 0.99 0.64 0 0.38 219.1 0.97 0.31
Hex 2 38 9D 63 40 0 26 DB 61 1F
Octal 2 70 235 143 100 0 46 333 141 37
Binary 10 111000 10011101 1100011 1000000 0 100110 11011011 1100001 11111

Color Harmonies of #02389D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02389D

Black with #02389D

Text Example


Text Example

White with #02389D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02389D; }

 p { color: rgb(2,56,157); }

 H1.HeaderClassName
 {
   color: #02389D;
 }
 .AnyTagClassName
 {
   color: #02389D;
 }
</style>

background-color css

<style>
 a { background-color: #02389D; }

 a { background-color: rgb(2,56,157); }

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

border-color css

<style>
 span { border-color: #02389D; }

 span { border-color: rgb(2,56,157); }

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