Html Css Color HEX #02318C Smalt

📋 copy color: '#02318C'

red 2 ◦ green 49 ◦ blue 140

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

Shades of Smalt #02318C

Tints of Smalt #02318C

RGB

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

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

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

R = 1.05%
G = 25.65%
B = 73.3%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#02318C (or 0x02318C) is known color: Smalt. HEX triplet: 02, 31 and 8C. RGB value is (2,49,140). Sum of RGB (Red+Green+Blue) = 2+49+140=191 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 140 (55.08% from 255 or 73.30% from 191); Max value from RGB is 140 - color contains mainly: blue. Hex color #02318C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02318C is #FDCE73. Grayscale: #2C2C2C. Windows color (decimal): -16633460 or 9187586. OLE color: 9187586.

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

Color convert

RGB 2 49 140 -
CMYK 0.99 0.65 0 0.45
HSL 219.57º 0.97% 0.28% -
HSV(B) 219.57º 0.99% 0.55% -
XYZ 5.86 4.1 25.29 -
YUV 45.32 181.43 97.1 -
System Red Green Blue C M Y K H S L
Decimal 2 49 140 0.99 0.65 0 0.45 219.57 0.97 0.28
Hex 2 31 8C 63 41 0 2D DC 61 1C
Octal 2 61 214 143 101 0 55 334 141 34
Binary 10 110001 10001100 1100011 1000001 0 101101 11011100 1100001 11100

Color Harmonies of #02318C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02318C

Black with #02318C

Text Example


Text Example

White with #02318C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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