Html Css Color HEX #05008A Dark Blue

📋 copy color: '#05008A'

red 5 ◦ green 0 ◦ blue 138

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

Shades of Dark Blue #05008A

Tints of Dark Blue #05008A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 138 (54.3% from 255) = 96.5%

R = 3.5%
G = 0%
B = 96.5%

CMYK

 C value IS 0.96

 M value IS 1

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#05008A (or 0x05008A) is known color: Dark Blue. HEX triplet: 05, 00 and 8A. RGB value is (5,0,138). Sum of RGB (Red+Green+Blue) = 5+0+138=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 0 (0.39% from 255 or 0% from 143); Blue value is 138 (54.30% from 255 or 96.50% from 143); Max value from RGB is 138 - color contains mainly: blue. Hex color #05008A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05008A is #FAFF75. Grayscale: #101010. Windows color (decimal): -16449398 or 9043973. OLE color: 9043973.

HSL color Cylindrical-coordinate representation of color #05008A: hue angle of 242.17º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #05008A is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 5 0 138 -
CMYK 0.96 1 0 0.46
HSL 242.17º 1% 0.27% -
HSV(B) 242.17º 1% 0.54% -
XYZ 4.65 1.87 24.16 -
YUV 17.23 196.16 119.28 -
System Red Green Blue C M Y K H S L
Decimal 5 0 138 0.96 1 0 0.46 242.17 1 0.27
Hex 5 0 8A 60 64 0 2E F2 64 1B
Octal 5 0 212 140 144 0 56 362 144 33
Binary 101 0 10001010 1100000 1100100 0 101110 11110010 1100100 11011

Color Harmonies of #05008A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05008A

Black with #05008A

Text Example


Text Example

White with #05008A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05008A; }

 p { color: rgb(5,0,138); }

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

background-color css

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

 a { background-color: rgb(5,0,138); }

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

border-color css

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

 span { border-color: rgb(5,0,138); }

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