Html Css Color HEX #050F8D Dark Blue

📋 copy color: '#050F8D'

red 5 ◦ green 15 ◦ blue 141

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

Shades of Dark Blue #050F8D

Tints of Dark Blue #050F8D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.32%

 BLUE value IS 141 (55.47% from 255) = 87.58%

R = 3.11%
G = 9.32%
B = 87.58%

CMYK

 C value IS 0.96

 M value IS 0.89

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#050F8D (or 0x050F8D) is known color: Dark Blue. HEX triplet: 05, 0F and 8D. RGB value is (5,15,141). Sum of RGB (Red+Green+Blue) = 5+15+141=161 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.11% from 161); Green value is 15 (6.25% from 255 or 9.32% from 161); Blue value is 141 (55.47% from 255 or 87.58% from 161); Max value from RGB is 141 - color contains mainly: blue. Hex color #050F8D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050F8D is #FAF072. Grayscale: #191919. Windows color (decimal): -16445555 or 9244421. OLE color: 9244421.

HSL color Cylindrical-coordinate representation of color #050F8D: hue angle of 235.59º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #050F8D is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 15 141 -
CMYK 0.96 0.89 0 0.45
HSL 235.59º 0.93% 0.29% -
HSV(B) 235.59º 0.96% 0.55% -
XYZ 5.04 2.3 25.38 -
YUV 26.37 192.69 112.75 -
System Red Green Blue C M Y K H S L
Decimal 5 15 141 0.96 0.89 0 0.45 235.59 0.93 0.29
Hex 5 F 8D 60 59 0 2D EC 5D 1D
Octal 5 17 215 140 131 0 55 354 135 35
Binary 101 1111 10001101 1100000 1011001 0 101101 11101100 1011101 11101

Color Harmonies of #050F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050F8D

Black with #050F8D

Text Example


Text Example

White with #050F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050F8D; }

 p { color: rgb(5,15,141); }

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

background-color css

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

 a { background-color: rgb(5,15,141); }

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

border-color css

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

 span { border-color: rgb(5,15,141); }

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