Html Css Color HEX #061FCD Medium Blue

📋 copy color: '#061FCD'

red 6 ◦ green 31 ◦ blue 205

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

Shades of Medium Blue #061FCD

Tints of Medium Blue #061FCD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.81%

 BLUE value IS 205 (80.47% from 255) = 84.71%

R = 2.48%
G = 12.81%
B = 84.71%

CMYK

 C value IS 0.97

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#061FCD (or 0x061FCD) is known color: Medium Blue. HEX triplet: 06, 1F and CD. RGB value is (6,31,205). Sum of RGB (Red+Green+Blue) = 6+31+205=242 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.48% from 242); Green value is 31 (12.5% from 255 or 12.81% from 242); Blue value is 205 (80.47% from 255 or 84.71% from 242); Max value from RGB is 205 - color contains mainly: blue. Hex color #061FCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061FCD is #F9E032. Grayscale: #2A2A2A. Windows color (decimal): -16375859 or 13442822. OLE color: 13442822.

HSL color Cylindrical-coordinate representation of color #061FCD: hue angle of 232.46º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #061FCD is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 6 31 205 -
CMYK 0.97 0.85 0 0.20
HSL 232.46º 0.94% 0.41% -
HSV(B) 232.46º 0.97% 0.8% -
XYZ 11.58 5.43 58.19 -
YUV 43.36 219.22 101.35 -
System Red Green Blue C M Y K H S L
Decimal 6 31 205 0.97 0.85 0 0.20 232.46 0.94 0.41
Hex 6 1F CD 61 55 0 14 E8 5E 29
Octal 6 37 315 141 125 0 24 350 136 51
Binary 110 11111 11001101 1100001 1010101 0 10100 11101000 1011110 101001

Color Harmonies of #061FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061FCD

Black with #061FCD

Text Example


Text Example

White with #061FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061FCD; }

 p { color: rgb(6,31,205); }

 H1.HeaderClassName
 {
   color: #061FCD;
 }
 .AnyTagClassName
 {
   color: #061FCD;
 }
</style>

background-color css

<style>
 a { background-color: #061FCD; }

 a { background-color: rgb(6,31,205); }

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

border-color css

<style>
 span { border-color: #061FCD; }

 span { border-color: rgb(6,31,205); }

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