Html Css Color HEX #010488 Dark Blue

📋 copy color: '#010488'

red 1 ◦ green 4 ◦ blue 136

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

Shades of Dark Blue #010488

Tints of Dark Blue #010488

RGB

 RED value IS 1 (0.78% from 255) = 0.71%

 GREEN value IS 4 (1.95% from 255) = 2.84%

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

R = 0.71%
G = 2.84%
B = 96.45%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#010488 (or 0x010488) is known color: Dark Blue. HEX triplet: 01, 04 and 88. RGB value is (1,4,136). Sum of RGB (Red+Green+Blue) = 1+4+136=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 136 (53.52% from 255 or 96.45% from 141); Max value from RGB is 136 - color contains mainly: blue. Hex color #010488 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010488 is #FEFB77. Grayscale: #111111. Windows color (decimal): -16710520 or 8913921. OLE color: 8913921.

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

Color convert

RGB 1 4 136 -
CMYK 0.99 0.97 0 0.47
HSL 238.67º 0.99% 0.27% -
HSV(B) 238.67º 0.99% 0.53% -
XYZ 4.5 1.87 23.42 -
YUV 18.15 194.51 115.77 -
System Red Green Blue C M Y K H S L
Decimal 1 4 136 0.99 0.97 0 0.47 238.67 0.99 0.27
Hex 1 4 88 63 61 0 2F EF 63 1B
Octal 1 4 210 143 141 0 57 357 143 33
Binary 1 100 10001000 1100011 1100001 0 101111 11101111 1100011 11011

Color Harmonies of #010488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010488

Black with #010488

Text Example


Text Example

White with #010488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010488; }

 p { color: rgb(1,4,136); }

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

background-color css

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

 a { background-color: rgb(1,4,136); }

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

border-color css

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

 span { border-color: rgb(1,4,136); }

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