Html Css Color HEX #050188 Dark Blue

📋 copy color: '#050188'

red 5 ◦ green 1 ◦ blue 136

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

Shades of Dark Blue #050188

Tints of Dark Blue #050188

RGB

 RED value IS 5 (2.34% from 255) = 3.52%

 GREEN value IS 1 (0.78% from 255) = 0.7%

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

R = 3.52%
G = 0.7%
B = 95.77%

CMYK

 C value IS 0.96

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#050188 (or 0x050188) is known color: Dark Blue. HEX triplet: 05, 01 and 88. RGB value is (5,1,136). Sum of RGB (Red+Green+Blue) = 5+1+136=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 1 (0.78% from 255 or 0.70% from 142); Blue value is 136 (53.52% from 255 or 95.77% from 142); Max value from RGB is 136 - color contains mainly: blue. Hex color #050188 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050188 is #FAFE77. Grayscale: #111111. Windows color (decimal): -16449144 or 8913157. OLE color: 8913157.

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

Color convert

RGB 5 1 136 -
CMYK 0.96 0.99 0 0.47
HSL 241.78º 0.99% 0.27% -
HSV(B) 241.78º 0.99% 0.53% -
XYZ 4.52 1.83 23.41 -
YUV 17.59 194.83 119.02 -
System Red Green Blue C M Y K H S L
Decimal 5 1 136 0.96 0.99 0 0.47 241.78 0.99 0.27
Hex 5 1 88 60 63 0 2F F2 63 1B
Octal 5 1 210 140 143 0 57 362 143 33
Binary 101 1 10001000 1100000 1100011 0 101111 11110010 1100011 11011

Color Harmonies of #050188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050188

Black with #050188

Text Example


Text Example

White with #050188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050188; }

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

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

background-color css

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

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

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

border-color css

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

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

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