Html Css Color HEX #0605BC Medium Blue

📋 copy color: '#0605BC'

red 6 ◦ green 5 ◦ blue 188

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

Shades of Medium Blue #0605BC

Tints of Medium Blue #0605BC

RGB

 RED value IS 6 (2.73% from 255) = 3.02%

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

 BLUE value IS 188 (73.83% from 255) = 94.47%

R = 3.02%
G = 2.51%
B = 94.47%

CMYK

 C value IS 0.97

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0605BC (or 0x0605BC) is known color: Medium Blue. HEX triplet: 06, 05 and BC. RGB value is (6,5,188). Sum of RGB (Red+Green+Blue) = 6+5+188=199 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.02% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 188 (73.83% from 255 or 94.47% from 199); Max value from RGB is 188 - color contains mainly: blue. Hex color #0605BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0605BC is #F9FA43. Grayscale: #191919. Windows color (decimal): -16382532 or 12322054. OLE color: 12322054.

HSL color Cylindrical-coordinate representation of color #0605BC: hue angle of 240.33º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0605BC is Cyan = 0.97, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 6 5 188 -
CMYK 0.97 0.97 0 0.26
HSL 240.33º 0.95% 0.38% -
HSV(B) 240.33º 0.97% 0.74% -
XYZ 9.21 3.78 47.82 -
YUV 26.16 219.33 113.62 -
System Red Green Blue C M Y K H S L
Decimal 6 5 188 0.97 0.97 0 0.26 240.33 0.95 0.38
Hex 6 5 BC 61 61 0 1A F0 5F 26
Octal 6 5 274 141 141 0 32 360 137 46
Binary 110 101 10111100 1100001 1100001 0 11010 11110000 1011111 100110

Color Harmonies of #0605BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0605BC

Black with #0605BC

Text Example


Text Example

White with #0605BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0605BC; }

 p { color: rgb(6,5,188); }

 H1.HeaderClassName
 {
   color: #0605BC;
 }
 .AnyTagClassName
 {
   color: #0605BC;
 }
</style>

background-color css

<style>
 a { background-color: #0605BC; }

 a { background-color: rgb(6,5,188); }

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

border-color css

<style>
 span { border-color: #0605BC; }

 span { border-color: rgb(6,5,188); }

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