Html Css Color HEX #02318E Smalt

📋 copy color: '#02318E'

red 2 ◦ green 49 ◦ blue 142

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

Shades of Smalt #02318E

Tints of Smalt #02318E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 25.39%

 BLUE value IS 142 (55.86% from 255) = 73.58%

R = 1.04%
G = 25.39%
B = 73.58%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#02318E (or 0x02318E) is known color: Smalt. HEX triplet: 02, 31 and 8E. RGB value is (2,49,142). Sum of RGB (Red+Green+Blue) = 2+49+142=193 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 193); Green value is 49 (19.53% from 255 or 25.39% from 193); Blue value is 142 (55.86% from 255 or 73.58% from 193); Max value from RGB is 142 - color contains mainly: blue. Hex color #02318E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02318E is #FDCE71. Grayscale: #2D2D2D. Windows color (decimal): -16633458 or 9318658. OLE color: 9318658.

HSL color Cylindrical-coordinate representation of color #02318E: hue angle of 219.86º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02318E is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 2 49 142 -
CMYK 0.99 0.65 0 0.44
HSL 219.86º 0.97% 0.28% -
HSV(B) 219.86º 0.99% 0.56% -
XYZ 6.01 4.16 26.08 -
YUV 45.55 182.43 96.94 -
System Red Green Blue C M Y K H S L
Decimal 2 49 142 0.99 0.65 0 0.44 219.86 0.97 0.28
Hex 2 31 8E 63 41 0 2C DC 61 1C
Octal 2 61 216 143 101 0 54 334 141 34
Binary 10 110001 10001110 1100011 1000001 0 101100 11011100 1100001 11100

Color Harmonies of #02318E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02318E

Black with #02318E

Text Example


Text Example

White with #02318E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02318E; }

 p { color: rgb(2,49,142); }

 H1.HeaderClassName
 {
   color: #02318E;
 }
 .AnyTagClassName
 {
   color: #02318E;
 }
</style>

background-color css

<style>
 a { background-color: #02318E; }

 a { background-color: rgb(2,49,142); }

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

border-color css

<style>
 span { border-color: #02318E; }

 span { border-color: rgb(2,49,142); }

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