Html Css Color HEX #02389F Smalt

📋 copy color: '#02389F'

red 2 ◦ green 56 ◦ blue 159

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

Shades of Smalt #02389F

Tints of Smalt #02389F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 73.27%

R = 0.92%
G = 25.81%
B = 73.27%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#02389F (or 0x02389F) is known color: Smalt. HEX triplet: 02, 38 and 9F. RGB value is (2,56,159). Sum of RGB (Red+Green+Blue) = 2+56+159=217 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 217); Green value is 56 (22.27% from 255 or 25.81% from 217); Blue value is 159 (62.5% from 255 or 73.27% from 217); Max value from RGB is 159 - color contains mainly: blue. Hex color #02389F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02389F is #FDC760. Grayscale: #333333. Windows color (decimal): -16631649 or 10434562. OLE color: 10434562.

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

Color convert

RGB 2 56 159 -
CMYK 0.99 0.65 0 0.38
HSL 219.36º 0.98% 0.32% -
HSV(B) 219.36º 0.99% 0.62% -
XYZ 7.7 5.34 33.43 -
YUV 51.6 188.61 92.62 -
System Red Green Blue C M Y K H S L
Decimal 2 56 159 0.99 0.65 0 0.38 219.36 0.98 0.32
Hex 2 38 9F 63 41 0 26 DB 62 20
Octal 2 70 237 143 101 0 46 333 142 40
Binary 10 111000 10011111 1100011 1000001 0 100110 11011011 1100010 100000

Color Harmonies of #02389F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02389F

Black with #02389F

Text Example


Text Example

White with #02389F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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