Html Css Color HEX #002C8B Smalt

📋 copy color: '#002C8B'

red 0 ◦ green 44 ◦ blue 139

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

Shades of Smalt #002C8B

Tints of Smalt #002C8B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 24.04%

 BLUE value IS 139 (54.69% from 255) = 75.96%

R = 0%
G = 24.04%
B = 75.96%

CMYK

 C value IS 1

 M value IS 0.68

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#002C8B (or 0x002C8B) is known color: Smalt. HEX triplet: 00, 2C and 8B. RGB value is (0,44,139). Sum of RGB (Red+Green+Blue) = 0+44+139=183 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 183); Green value is 44 (17.58% from 255 or 24.04% from 183); Blue value is 139 (54.69% from 255 or 75.96% from 183); Max value from RGB is 139 - color contains mainly: blue. Hex color #002C8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002C8B is #FFD374. Grayscale: #292929. Windows color (decimal): -16765813 or 9120768. OLE color: 9120768.

HSL color Cylindrical-coordinate representation of color #002C8B: hue angle of 221.01º 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 #002C8B is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 0 44 139 -
CMYK 1 0.68 0 0.45
HSL 221.01º 1% 0.27% -
HSV(B) 221.01º 1% 0.55% -
XYZ 5.56 3.67 24.84 -
YUV 41.67 182.92 98.28 -
System Red Green Blue C M Y K H S L
Decimal 0 44 139 1 0.68 0 0.45 221.01 1 0.27
Hex 0 2C 8B 64 44 0 2D DD 64 1B
Octal 0 54 213 144 104 0 55 335 144 33
Binary 0 101100 10001011 1100100 1000100 0 101101 11011101 1100100 11011

Color Harmonies of #002C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002C8B

Black with #002C8B

Text Example


Text Example

White with #002C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,44,139); }

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

background-color css

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

 a { background-color: rgb(0,44,139); }

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

border-color css

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

 span { border-color: rgb(0,44,139); }

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