Html Css Color HEX #001988 Dark Blue

📋 copy color: '#001988'

red 0 ◦ green 25 ◦ blue 136

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

Shades of Dark Blue #001988

Tints of Dark Blue #001988

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.53%

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

R = 0%
G = 15.53%
B = 84.47%

CMYK

 C value IS 1

 M value IS 0.82

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#001988 (or 0x001988) is known color: Dark Blue. HEX triplet: 00, 19 and 88. RGB value is (0,25,136). Sum of RGB (Red+Green+Blue) = 0+25+136=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 136 (53.52% from 255 or 84.47% from 161); Max value from RGB is 136 - color contains mainly: blue. Hex color #001988 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001988 is #FFE677. Grayscale: #1D1D1D. Windows color (decimal): -16770680 or 8919296. OLE color: 8919296.

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

Color convert

RGB 0 25 136 -
CMYK 1 0.82 0 0.47
HSL 228.97º 1% 0.27% -
HSV(B) 228.97º 1% 0.53% -
XYZ 4.79 2.47 23.52 -
YUV 30.18 187.72 106.47 -
System Red Green Blue C M Y K H S L
Decimal 0 25 136 1 0.82 0 0.47 228.97 1 0.27
Hex 0 19 88 64 52 0 2F E5 64 1B
Octal 0 31 210 144 122 0 57 345 144 33
Binary 0 11001 10001000 1100100 1010010 0 101111 11100101 1100100 11011

Color Harmonies of #001988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001988

Black with #001988

Text Example


Text Example

White with #001988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001988; }

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

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

background-color css

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

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

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

border-color css

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

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

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