Html Css Color HEX #010388 Dark Blue

📋 copy color: '#010388'

red 1 ◦ green 3 ◦ blue 136

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

Shades of Dark Blue #010388

Tints of Dark Blue #010388

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.14%

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

R = 0.71%
G = 2.14%
B = 97.14%

CMYK

 C value IS 0.99

 M value IS 0.98

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#010388 (or 0x010388) is known color: Dark Blue. HEX triplet: 01, 03 and 88. RGB value is (1,3,136). Sum of RGB (Red+Green+Blue) = 1+3+136=140 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 136 (53.52% from 255 or 97.14% from 140); Max value from RGB is 136 - color contains mainly: blue. Hex color #010388 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010388 is #FEFC77. Grayscale: #111111. Windows color (decimal): -16710776 or 8913665. OLE color: 8913665.

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

Color convert

RGB 1 3 136 -
CMYK 0.99 0.98 0 0.47
HSL 239.11º 0.99% 0.27% -
HSV(B) 239.11º 0.99% 0.53% -
XYZ 4.49 1.85 23.41 -
YUV 17.56 194.84 116.19 -
System Red Green Blue C M Y K H S L
Decimal 1 3 136 0.99 0.98 0 0.47 239.11 0.99 0.27
Hex 1 3 88 63 62 0 2F EF 63 1B
Octal 1 3 210 143 142 0 57 357 143 33
Binary 1 11 10001000 1100011 1100010 0 101111 11101111 1100011 11011

Color Harmonies of #010388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010388

Black with #010388

Text Example


Text Example

White with #010388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010388; }

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

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

background-color css

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

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

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

border-color css

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

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

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