Html Css Color HEX #002488 Smalt

📋 copy color: '#002488'

red 0 ◦ green 36 ◦ blue 136

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

Shades of Smalt #002488

Tints of Smalt #002488

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.93%

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

R = 0%
G = 20.93%
B = 79.07%

CMYK

 C value IS 1

 M value IS 0.74

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#002488 (or 0x002488) is known color: Smalt. HEX triplet: 00, 24 and 88. RGB value is (0,36,136). Sum of RGB (Red+Green+Blue) = 0+36+136=172 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 172); Green value is 36 (14.45% from 255 or 20.93% from 172); Blue value is 136 (53.52% from 255 or 79.07% from 172); Max value from RGB is 136 - color contains mainly: blue. Hex color #002488 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002488 is #FFDB77. Grayscale: #242424. Windows color (decimal): -16767864 or 8922112. OLE color: 8922112.

HSL color Cylindrical-coordinate representation of color #002488: hue angle of 224.12º 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 #002488 is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 0 36 136 -
CMYK 1 0.74 0 0.47
HSL 224.12º 1% 0.27% -
HSV(B) 224.12º 1% 0.53% -
XYZ 5.07 3.04 23.61 -
YUV 36.64 184.07 101.87 -
System Red Green Blue C M Y K H S L
Decimal 0 36 136 1 0.74 0 0.47 224.12 1 0.27
Hex 0 24 88 64 4A 0 2F E0 64 1B
Octal 0 44 210 144 112 0 57 340 144 33
Binary 0 100100 10001000 1100100 1001010 0 101111 11100000 1100100 11011

Color Harmonies of #002488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002488

Black with #002488

Text Example


Text Example

White with #002488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002488; }

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

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

background-color css

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

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

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

border-color css

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

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

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