Html Css Color HEX #002988 Smalt

📋 copy color: '#002988'

red 0 ◦ green 41 ◦ blue 136

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

Shades of Smalt #002988

Tints of Smalt #002988

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.16%

 BLUE value IS 136 (53.52% from 255) = 76.84%

R = 0%
G = 23.16%
B = 76.84%

CMYK

 C value IS 1

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#002988 (or 0x002988) is known color: Smalt. HEX triplet: 00, 29 and 88. RGB value is (0,41,136). Sum of RGB (Red+Green+Blue) = 0+41+136=177 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 177); Green value is 41 (16.41% from 255 or 23.16% from 177); Blue value is 136 (53.52% from 255 or 76.84% from 177); Max value from RGB is 136 - color contains mainly: blue. Hex color #002988 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002988 is #FFD677. Grayscale: #272727. Windows color (decimal): -16766584 or 8923392. OLE color: 8923392.

HSL color Cylindrical-coordinate representation of color #002988: hue angle of 221.91º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002988 is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 0 41 136 -
CMYK 1 0.70 0 0.47
HSL 221.91º 1% 0.27% -
HSV(B) 221.91º 1% 0.53% -
XYZ 5.24 3.36 23.67 -
YUV 39.57 182.42 99.78 -
System Red Green Blue C M Y K H S L
Decimal 0 41 136 1 0.70 0 0.47 221.91 1 0.27
Hex 0 29 88 64 46 0 2F DE 64 1B
Octal 0 51 210 144 106 0 57 336 144 33
Binary 0 101001 10001000 1100100 1000110 0 101111 11011110 1100100 11011

Color Harmonies of #002988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002988

Black with #002988

Text Example


Text Example

White with #002988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002988; }

 p { color: rgb(0,41,136); }

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

background-color css

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

 a { background-color: rgb(0,41,136); }

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

border-color css

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

 span { border-color: rgb(0,41,136); }

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