Html Css Color HEX #050F8F Dark Blue

📋 copy color: '#050F8F'

red 5 ◦ green 15 ◦ blue 143

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

Shades of Dark Blue #050F8F

Tints of Dark Blue #050F8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 87.73%

R = 3.07%
G = 9.2%
B = 87.73%

CMYK

 C value IS 0.97

 M value IS 0.90

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#050F8F (or 0x050F8F) is known color: Dark Blue. HEX triplet: 05, 0F and 8F. RGB value is (5,15,143). Sum of RGB (Red+Green+Blue) = 5+15+143=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 15 (6.25% from 255 or 9.20% from 163); Blue value is 143 (56.25% from 255 or 87.73% from 163); Max value from RGB is 143 - color contains mainly: blue. Hex color #050F8F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050F8F is #FAF070. Grayscale: #1A1A1A. Windows color (decimal): -16445553 or 9375493. OLE color: 9375493.

HSL color Cylindrical-coordinate representation of color #050F8F: hue angle of 235.65º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #050F8F is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 5 15 143 -
CMYK 0.97 0.90 0 0.44
HSL 235.65º 0.93% 0.29% -
HSV(B) 235.65º 0.97% 0.56% -
XYZ 5.19 2.36 26.17 -
YUV 26.6 193.69 112.59 -
System Red Green Blue C M Y K H S L
Decimal 5 15 143 0.97 0.90 0 0.44 235.65 0.93 0.29
Hex 5 F 8F 61 5A 0 2C EC 5D 1D
Octal 5 17 217 141 132 0 54 354 135 35
Binary 101 1111 10001111 1100001 1011010 0 101100 11101100 1011101 11101

Color Harmonies of #050F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050F8F

Black with #050F8F

Text Example


Text Example

White with #050F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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