Html Css Color HEX #0005BA Medium Blue

📋 copy color: '#0005BA'

red 0 ◦ green 5 ◦ blue 186

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

Shades of Medium Blue #0005BA

Tints of Medium Blue #0005BA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.62%

 BLUE value IS 186 (73.05% from 255) = 97.38%

R = 0%
G = 2.62%
B = 97.38%

CMYK

 C value IS 1

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0005BA (or 0x0005BA) is known color: Medium Blue. HEX triplet: 00, 05 and BA. RGB value is (0,5,186). Sum of RGB (Red+Green+Blue) = 0+5+186=191 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 186 (73.05% from 255 or 97.38% from 191); Max value from RGB is 186 - color contains mainly: blue. Hex color #0005BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0005BA is #FFFA45. Grayscale: #171717. Windows color (decimal): -16775750 or 12190976. OLE color: 12190976.

HSL color Cylindrical-coordinate representation of color #0005BA: hue angle of 238.39º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0005BA is Cyan = 1, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 0 5 186 -
CMYK 1 0.97 0 0.27
HSL 238.39º 1% 0.36% -
HSV(B) 238.39º 1% 0.73% -
XYZ 8.92 3.65 46.69 -
YUV 24.14 219.34 110.78 -
System Red Green Blue C M Y K H S L
Decimal 0 5 186 1 0.97 0 0.27 238.39 1 0.36
Hex 0 5 BA 64 61 0 1B EE 64 24
Octal 0 5 272 144 141 0 33 356 144 44
Binary 0 101 10111010 1100100 1100001 0 11011 11101110 1100100 100100

Color Harmonies of #0005BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0005BA

Black with #0005BA

Text Example


Text Example

White with #0005BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0005BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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