Html Css Color HEX #050C8D Dark Blue

📋 copy color: '#050C8D'

red 5 ◦ green 12 ◦ blue 141

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

Shades of Dark Blue #050C8D

Tints of Dark Blue #050C8D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.59%

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

R = 3.16%
G = 7.59%
B = 89.24%

CMYK

 C value IS 0.96

 M value IS 0.91

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#050C8D (or 0x050C8D) is known color: Dark Blue. HEX triplet: 05, 0C and 8D. RGB value is (5,12,141). Sum of RGB (Red+Green+Blue) = 5+12+141=158 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.16% from 158); Green value is 12 (5.08% from 255 or 7.59% from 158); Blue value is 141 (55.47% from 255 or 89.24% from 158); Max value from RGB is 141 - color contains mainly: blue. Hex color #050C8D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050C8D is #FAF372. Grayscale: #181818. Windows color (decimal): -16446323 or 9243653. OLE color: 9243653.

HSL color Cylindrical-coordinate representation of color #050C8D: hue angle of 236.91º 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 #050C8D is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 12 141 -
CMYK 0.96 0.91 0 0.45
HSL 236.91º 0.93% 0.29% -
HSV(B) 236.91º 0.96% 0.55% -
XYZ 5 2.22 25.36 -
YUV 24.61 193.68 114.01 -
System Red Green Blue C M Y K H S L
Decimal 5 12 141 0.96 0.91 0 0.45 236.91 0.93 0.29
Hex 5 C 8D 60 5B 0 2D ED 5D 1D
Octal 5 14 215 140 133 0 55 355 135 35
Binary 101 1100 10001101 1100000 1011011 0 101101 11101101 1011101 11101

Color Harmonies of #050C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050C8D

Black with #050C8D

Text Example


Text Example

White with #050C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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