Html Css Color HEX #003188 Smalt

📋 copy color: '#003188'

red 0 ◦ green 49 ◦ blue 136

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

Shades of Smalt #003188

Tints of Smalt #003188

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.49%

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

R = 0%
G = 26.49%
B = 73.51%

CMYK

 C value IS 1

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#003188 (or 0x003188) is known color: Smalt. HEX triplet: 00, 31 and 88. RGB value is (0,49,136). Sum of RGB (Red+Green+Blue) = 0+49+136=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 136 (53.52% from 255 or 73.51% from 185); Max value from RGB is 136 - color contains mainly: blue. Hex color #003188 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003188 is #FFCE77. Grayscale: #2B2B2B. Windows color (decimal): -16764536 or 8925440. OLE color: 8925440.

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

Color convert

RGB 0 49 136 -
CMYK 1 0.64 0 0.47
HSL 218.38º 1% 0.27% -
HSV(B) 218.38º 1% 0.53% -
XYZ 5.54 3.97 23.77 -
YUV 44.27 179.77 96.43 -
System Red Green Blue C M Y K H S L
Decimal 0 49 136 1 0.64 0 0.47 218.38 1 0.27
Hex 0 31 88 64 40 0 2F DA 64 1B
Octal 0 61 210 144 100 0 57 332 144 33
Binary 0 110001 10001000 1100100 1000000 0 101111 11011010 1100100 11011

Color Harmonies of #003188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003188

Black with #003188

Text Example


Text Example

White with #003188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003188; }

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

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

background-color css

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

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

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

border-color css

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

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

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