Html Css Color HEX #002E8C Smalt

📋 copy color: '#002E8C'

red 0 ◦ green 46 ◦ blue 140

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

Shades of Smalt #002E8C

Tints of Smalt #002E8C

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 46 (18.36% from 255) = 24.73%

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

R = 0%
G = 24.73%
B = 75.27%

CMYK

 C value IS 1

 M value IS 0.67

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#002E8C (or 0x002E8C) is known color: Smalt. HEX triplet: 00, 2E and 8C. RGB value is (0,46,140). Sum of RGB (Red+Green+Blue) = 0+46+140=186 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 186); Green value is 46 (18.36% from 255 or 24.73% from 186); Blue value is 140 (55.08% from 255 or 75.27% from 186); Max value from RGB is 140 - color contains mainly: blue. Hex color #002E8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002E8C is #FFD173. Grayscale: #2A2A2A. Windows color (decimal): -16765300 or 9186816. OLE color: 9186816.

HSL color Cylindrical-coordinate representation of color #002E8C: hue angle of 220.29º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002E8C is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 0 46 140 -
CMYK 1 0.67 0 0.45
HSL 220.29º 1% 0.27% -
HSV(B) 220.29º 1% 0.55% -
XYZ 5.71 3.85 25.25 -
YUV 42.96 182.76 97.36 -
System Red Green Blue C M Y K H S L
Decimal 0 46 140 1 0.67 0 0.45 220.29 1 0.27
Hex 0 2E 8C 64 43 0 2D DC 64 1B
Octal 0 56 214 144 103 0 55 334 144 33
Binary 0 101110 10001100 1100100 1000011 0 101101 11011100 1100100 11011

Color Harmonies of #002E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002E8C

Black with #002E8C

Text Example


Text Example

White with #002E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002E8C; }

 p { color: rgb(0,46,140); }

 H1.HeaderClassName
 {
   color: #002E8C;
 }
 .AnyTagClassName
 {
   color: #002E8C;
 }
</style>

background-color css

<style>
 a { background-color: #002E8C; }

 a { background-color: rgb(0,46,140); }

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

border-color css

<style>
 span { border-color: #002E8C; }

 span { border-color: rgb(0,46,140); }

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