Html Css Color HEX #002C85 Smalt

📋 copy color: '#002C85'

red 0 ◦ green 44 ◦ blue 133

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

Shades of Smalt #002C85

Tints of Smalt #002C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 75.14%

R = 0%
G = 24.86%
B = 75.14%

CMYK

 C value IS 1

 M value IS 0.67

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#002C85 (or 0x002C85) is known color: Smalt. HEX triplet: 00, 2C and 85. RGB value is (0,44,133). Sum of RGB (Red+Green+Blue) = 0+44+133=177 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 177); Green value is 44 (17.58% from 255 or 24.86% from 177); Blue value is 133 (52.34% from 255 or 75.14% from 177); Max value from RGB is 133 - color contains mainly: blue. Hex color #002C85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002C85 is #FFD37A. Grayscale: #282828. Windows color (decimal): -16765819 or 8727552. OLE color: 8727552.

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

Color convert

RGB 0 44 133 -
CMYK 1 0.67 0 0.48
HSL 220.15º 1% 0.26% -
HSV(B) 220.15º 1% 0.52% -
XYZ 5.13 3.49 22.59 -
YUV 40.99 179.92 98.76 -
System Red Green Blue C M Y K H S L
Decimal 0 44 133 1 0.67 0 0.48 220.15 1 0.26
Hex 0 2C 85 64 43 0 30 DC 64 1A
Octal 0 54 205 144 103 0 60 334 144 32
Binary 0 101100 10000101 1100100 1000011 0 110000 11011100 1100100 11010

Color Harmonies of #002C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002C85

Black with #002C85

Text Example


Text Example

White with #002C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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